From 7f69d4d137e5f8ed8de2e049f5ab4746ffd6ee03 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 18:11:57 +0000 Subject: [PATCH] Bump lodash from 4.17.23 to 4.18.1 in /dashboard Bumps [lodash](https://github.com/lodash/lodash) from 4.17.23 to 4.18.1. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.23...4.18.1) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.18.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index e8bee02d..c2652f13 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -18,7 +18,7 @@ "chart.js": "^4.5.1", "date-fns": "^3.5.0", "history": "^5.3.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "numeral": "^2.0.6", "prop-types": "^15.8.1", "react": "^18.2.0", @@ -2136,9 +2136,9 @@ "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" }, "node_modules/lodash": { - "version": "4.17.23", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", - "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", + "version": "4.18.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", "license": "MIT" }, "node_modules/lodash-es": { diff --git a/dashboard/package.json b/dashboard/package.json index a4c708df..aae1d5e1 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -30,7 +30,7 @@ "chart.js": "^4.5.1", "date-fns": "^3.5.0", "history": "^5.3.0", - "lodash": "^4.17.23", + "lodash": "^4.18.1", "numeral": "^2.0.6", "prop-types": "^15.8.1", "react": "^18.2.0",