WIP: fix(deps): uuid override ^11.0.0 — GHSA-w5hq-g745-h8pq #86

Closed
defenseur-auto-bot wants to merge 2 commits from defenseur-auto/d8fb641059-1777737632446 into master
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 800f7771ff - Show all commits

8
package-lock.json generated
View file

@ -11863,16 +11863,16 @@
}
},
"node_modules/uuid": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-14.0.0.tgz",
"integrity": "sha512-Qo+uWgilfSmAhXCMav1uYFynlQO7fMFiMVZsQqZRMIXp0O7rR7qjkj+cPvBHLgBqi960QCoo/PH2/6ZtVqKvrg==",
"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-node/bin/uuid"
"uuid": "dist/esm/bin/uuid"
}
},
"node_modules/validate-npm-package-name": {

View file

@ -67,7 +67,7 @@
"overrides": {
"esbuild": "^0.25.0",
"@xmldom/xmldom": "^0.8.13",
"uuid": "^14.0.0",
"uuid": "^11.0.0",
"postcss": "^8.5.10"
},
"private": true