This is an automated email from the ASF dual-hosted git repository.
Cole-Greer pushed a commit to branch 3.7-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
The following commit(s) were added to refs/heads/3.7-dev by this push:
new a509d25823 fix(gremlin-js): bump uuid from ^9.0.1 to ^11.1.1 to fix
GHSA-w5hq-g745-h8pq (#3459)
a509d25823 is described below
commit a509d258231878026cda5294d1d05ec0a6a71199
Author: Ivan Sabelnikov <[email protected]>
AuthorDate: Fri Jun 19 21:40:50 2026 +0100
fix(gremlin-js): bump uuid from ^9.0.1 to ^11.1.1 to fix
GHSA-w5hq-g745-h8pq (#3459)
---
.../src/main/javascript/gremlin-javascript/package-lock.json | 11 ++++++-----
.../src/main/javascript/gremlin-javascript/package.json | 2 +-
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git
a/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
b/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
index cd2e073bb2..df7c8e8b89 100644
---
a/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
+++
b/gremlin-javascript/src/main/javascript/gremlin-javascript/package-lock.json
@@ -12,7 +12,7 @@
"buffer": "^6.0.3",
"eventemitter3": "^5.0.1",
"readable-stream": "^4.5.2",
- "uuid": "^9.0.1",
+ "uuid": "^11.1.1",
"ws": "^8.16.0"
},
"devDependencies": {
@@ -3366,15 +3366,16 @@
"dev": true
},
"node_modules/uuid": {
- "version": "9.0.1",
- "resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
- "integrity":
"sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
+ "version": "11.1.1",
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.1.tgz",
+ "integrity":
"sha512-vIYxrBCC/N/K+Js3qSN88go7kIfNPssr/hHCesKCQNAjmgvYS2oqr69kIufEG+O4+PfezOH4EbIeHCfFov8ZgQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
+ "license": "MIT",
"bin": {
- "uuid": "dist/bin/uuid"
+ "uuid": "dist/esm/bin/uuid"
}
},
"node_modules/validate-npm-package-license": {
diff --git
a/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
b/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
index 3cc60cf229..633d71276a 100644
--- a/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
+++ b/gremlin-javascript/src/main/javascript/gremlin-javascript/package.json
@@ -17,7 +17,7 @@
"buffer": "^6.0.3",
"eventemitter3": "^5.0.1",
"readable-stream": "^4.5.2",
- "uuid": "^9.0.1",
+ "uuid": "^11.1.1",
"ws": "^8.16.0"
},
"devDependencies": {