fix: pin safe uuid resolution

This commit is contained in:
Vincent Koc 2026-05-02 18:50:31 -07:00 committed by GitHub
parent 7f92e87bfc
commit bc26de1a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 15 deletions

14
package-lock.json generated
View File

@ -4559,20 +4559,6 @@
"node": ">= 14"
}
},
"node_modules/gaxios/node_modules/uuid": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"deprecated": "uuid@10 and below is no longer supported. For ESM codebases, update to uuid@latest. For CommonJS codebases, use uuid@11 (but be aware this version will likely be deprecated in 2028).",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/gcp-metadata": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/gcp-metadata/-/gcp-metadata-6.1.1.tgz",

View File

@ -82,7 +82,8 @@
"@openclaw/plugin-inspector": "0.3.5"
},
"overrides": {
"@anthropic-ai/sdk": "0.91.1"
"@anthropic-ai/sdk": "0.91.1",
"uuid": "14.0.0"
},
"engines": {
"node": ">=22"