From 93ddca1508a3ba00d2ea2585275ed4365447be69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 23:09:34 +0000 Subject: [PATCH] Bump lodash in /security-admin/src/main/webapp/react-webapp Bumps [lodash](https://github.com/lodash/lodash) from 4.17.21 to 4.17.23. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.17.23) --- updated-dependencies: - dependency-name: lodash dependency-version: 4.17.23 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .../src/main/webapp/react-webapp/package-lock.json | 14 +++++++------- .../src/main/webapp/react-webapp/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/security-admin/src/main/webapp/react-webapp/package-lock.json b/security-admin/src/main/webapp/react-webapp/package-lock.json index 9739e9f7ac..ea13ce61bc 100644 --- a/security-admin/src/main/webapp/react-webapp/package-lock.json +++ b/security-admin/src/main/webapp/react-webapp/package-lock.json @@ -28,7 +28,7 @@ "font-awesome": "^4.7.0", "fuzzy": "^0.1.3", "html-webpack-plugin": "^5.3.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mini-css-extract-plugin": "^1.5.1", "moment-timezone": "^0.5.34", "prop-types": "^15.8.1", @@ -5226,9 +5226,9 @@ } }, "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true }, "node_modules/lodash.debounce": { @@ -11655,9 +11655,9 @@ } }, "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "version": "4.17.23", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz", + "integrity": "sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==", "dev": true }, "lodash.debounce": { diff --git a/security-admin/src/main/webapp/react-webapp/package.json b/security-admin/src/main/webapp/react-webapp/package.json index 8081b5dada..76315d0ee3 100644 --- a/security-admin/src/main/webapp/react-webapp/package.json +++ b/security-admin/src/main/webapp/react-webapp/package.json @@ -36,7 +36,7 @@ "font-awesome": "^4.7.0", "fuzzy": "^0.1.3", "html-webpack-plugin": "^5.3.1", - "lodash": "^4.17.21", + "lodash": "^4.17.23", "mini-css-extract-plugin": "^1.5.1", "moment-timezone": "^0.5.34", "prop-types": "^15.8.1",