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

reiabreu pushed a commit to branch bump-uuid-13.0.1-storm-webapp
in repository https://gitbox.apache.org/repos/asf/storm.git

commit 038f089387b1b34d4a6954f4e54461392812e665
Author: Rui Abreu <[email protected]>
AuthorDate: Thu Sep 10 23:49:08 2026 +0100

    build(deps): bump uuid to 13.0.1 in /storm-webapp
    
    Pin the transitive uuid dependency to 13.0.1 via an npm overrides entry,
    replacing the resolved 8.3.2. uuid is a peer dependency of
    vis-network/vis-data and is not used directly by Storm; 13.0.1 stays
    within their peer range.
    
    Co-Authored-By: Claude Opus 4.8 <[email protected]>
---
 storm-webapp/package-lock.json | 12 ++++++++----
 storm-webapp/package.json      |  3 +++
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/storm-webapp/package-lock.json b/storm-webapp/package-lock.json
index b8bab9bc8..49bcca9cf 100644
--- a/storm-webapp/package-lock.json
+++ b/storm-webapp/package-lock.json
@@ -5608,13 +5608,17 @@
       "license": "MIT"
     },
     "node_modules/uuid": {
-      "version": "8.3.2",
-      "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz";,
-      "integrity": 
"sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
+      "version": "13.0.1",
+      "resolved": "https://registry.npmjs.org/uuid/-/uuid-13.0.1.tgz";,
+      "integrity": 
"sha512-9ezox2roIft6ExBVTVqibSd5dc5/47Sw/uY6b4SjQUT2TzQ0tltNquWA46y4xPQmdZYqvnio22SgWd41M86+jw==",
+      "funding": [
+        "https://github.com/sponsors/broofa";,
+        "https://github.com/sponsors/ctavan";
+      ],
       "license": "MIT",
       "peer": true,
       "bin": {
-        "uuid": "dist/bin/uuid"
+        "uuid": "dist-node/bin/uuid"
       }
     },
     "node_modules/vary": {
diff --git a/storm-webapp/package.json b/storm-webapp/package.json
index 4c4a3617e..058fa0503 100644
--- a/storm-webapp/package.json
+++ b/storm-webapp/package.json
@@ -41,5 +41,8 @@
     "terser-webpack-plugin": "^5.6.1",
     "webpack": "^5.110.1",
     "webpack-cli": "^7.2.3"
+  },
+  "overrides": {
+    "uuid": "13.0.1"
   }
 }

Reply via email to