From eb0d27da7d25e5dc4bce4a36b48293baea64820f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 16:33:56 +0000 Subject: [PATCH] chore(deps): bump lodash from 4.17.23 to 4.18.1 in /webui 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] --- webui/package-lock.json | 8 ++++---- webui/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webui/package-lock.json b/webui/package-lock.json index 50b5e836af8..3b841a70299 100644 --- a/webui/package-lock.json +++ b/webui/package-lock.json @@ -20,7 +20,7 @@ "dayjs": "^1.11.10", "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "p-map": "^7.0.0", "prismjs": "^1.30.0", "react": "^18.2.0", @@ -7940,9 +7940,9 @@ } }, "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.camelcase": { diff --git a/webui/package.json b/webui/package.json index 229b9f6081c..f50479cadda 100644 --- a/webui/package.json +++ b/webui/package.json @@ -36,7 +36,7 @@ "dayjs": "^1.11.10", "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2", - "lodash": "^4.17.21", + "lodash": "^4.18.1", "p-map": "^7.0.0", "prismjs": "^1.30.0", "react": "^18.2.0",