This is an automated email from the ASF dual-hosted git repository.

madhan pushed a commit to branch ranger-2.5
in repository https://gitbox.apache.org/repos/asf/ranger.git


The following commit(s) were added to refs/heads/ranger-2.5 by this push:
     new 83126d37f RANGER-4878: upgraded webpack version to latest 5.93.0
83126d37f is described below

commit 83126d37f838d9b502af200cc820f3973f3609e8
Author: Mugdha Varadkar <[email protected]>
AuthorDate: Tue Jul 30 15:55:57 2024 +0530

    RANGER-4878: upgraded webpack version to latest 5.93.0
    
    Signed-off-by: Madhan Neethiraj <[email protected]>
    
    (cherry picked from commit 768044735d5c92ef0b82713440d0557e3fada930)
---
 .../src/main/webapp/react-webapp/package-lock.json         | 14 +++++++-------
 security-admin/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 39d5d9b92..401c28397 100644
--- a/security-admin/src/main/webapp/react-webapp/package-lock.json
+++ b/security-admin/src/main/webapp/react-webapp/package-lock.json
@@ -47,7 +47,7 @@
         "react-toastify": "^8.1.0",
         "style-loader": "^2.0.0",
         "tether": "^2.0.0",
-        "webpack": "^5.76.0",
+        "webpack": "^5.93.0",
         "webpack-cli": "^5.0.0",
         "webpack-dev-server": "^4.11.0",
         "webpack-merge": "^5.8.0"
@@ -7054,9 +7054,9 @@
       }
     },
     "node_modules/webpack": {
-      "version": "5.92.1",
-      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz";,
-      "integrity": 
"sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==",
+      "version": "5.93.0",
+      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz";,
+      "integrity": 
"sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==",
       "dev": true,
       "dependencies": {
         "@types/eslint-scope": "^3.7.3",
@@ -12707,9 +12707,9 @@
       }
     },
     "webpack": {
-      "version": "5.92.1",
-      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.92.1.tgz";,
-      "integrity": 
"sha512-JECQ7IwJb+7fgUFBlrJzbyu3GEuNBcdqr1LD7IbSzwkSmIevTm8PF+wej3Oxuz/JFBUZ6O1o43zsPkwm1C4TmA==",
+      "version": "5.93.0",
+      "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz";,
+      "integrity": 
"sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==",
       "dev": true,
       "requires": {
         "@types/eslint-scope": "^3.7.3",
diff --git a/security-admin/src/main/webapp/react-webapp/package.json 
b/security-admin/src/main/webapp/react-webapp/package.json
index d139b33b8..0fcbb6972 100644
--- a/security-admin/src/main/webapp/react-webapp/package.json
+++ b/security-admin/src/main/webapp/react-webapp/package.json
@@ -54,7 +54,7 @@
     "react-toastify": "^8.1.0",
     "style-loader": "^2.0.0",
     "tether": "^2.0.0",
-    "webpack": "^5.76.0",
+    "webpack": "^5.93.0",
     "webpack-cli": "^5.0.0",
     "webpack-dev-server": "^4.11.0",
     "webpack-merge": "^5.8.0"

Reply via email to