This is an automated email from the ASF dual-hosted git repository.
mugdha pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/master by this push:
new 842761755 RANGER-5464 : Update lodash version from 4.17.21 to 4.17.23
842761755 is described below
commit 8427617553666decc6d2993755317421a74f38db
Author: Mugdha Varadkar <[email protected]>
AuthorDate: Tue Jan 27 18:50:19 2026 +0530
RANGER-5464 : Update lodash version from 4.17.21 to 4.17.23
---
.../src/main/webapp/react-webapp/package-lock.json | 17 +++++++++--------
.../src/main/webapp/react-webapp/package.json | 2 +-
2 files changed, 10 insertions(+), 9 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 9739e9f7a..ba04a8e9b 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,10 +5226,11 @@
}
},
"node_modules/lodash": {
- "version": "4.17.21",
- "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
- "integrity":
"sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
- "dev": true
+ "version": "4.17.23",
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.23.tgz",
+ "integrity":
"sha512-LgVTMpQtIopCi79SJeDiP0TfWi5CNEc/L/aRdTh3yIvmZXTnheWpKjSZhnvMl8iXbC1tFg9gdHHDMLoV7CnG+w==",
+ "dev": true,
+ "license": "MIT"
},
"node_modules/lodash.debounce": {
"version": "4.0.8",
@@ -11655,9 +11656,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 8081b5dad..76315d0ee 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",