This is an automated email from the ASF dual-hosted git repository.
mugdha pushed a commit to branch ranger-2.8
in repository https://gitbox.apache.org/repos/asf/ranger.git
The following commit(s) were added to refs/heads/ranger-2.8 by this push:
new d9d021c79 RANGER-5464 : Update lodash version from 4.17.21 to 4.17.23
d9d021c79 is described below
commit d9d021c79324ef3fd9b198de8ab9d0af1fada69a
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
(cherry picked from commit 8427617553666decc6d2993755317421a74f38db)
---
.../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 c0cce14df..f3d310f43 100644
--- a/security-admin/src/main/webapp/react-webapp/package-lock.json
+++ b/security-admin/src/main/webapp/react-webapp/package-lock.json
@@ -27,7 +27,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",
@@ -5239,10 +5239,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",
@@ -11662,9 +11663,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 abb42626e..1fa9c3a0e 100644
--- a/security-admin/src/main/webapp/react-webapp/package.json
+++ b/security-admin/src/main/webapp/react-webapp/package.json
@@ -35,7 +35,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",