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

rzo1 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new ebc235556 build(deps): bump uuid to 13.0.1 in /storm-webapp (#9083)
ebc235556 is described below

commit ebc235556bd0e9cd63cf85047a7e4e5fa0107e80
Author: reiabreu <[email protected]>
AuthorDate: Fri Sep 11 05:40:04 2026 +0100

    build(deps): bump uuid to 13.0.1 in /storm-webapp (#9083)
---
 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