Merge pull request #2569 from github/dependabot/npm_and_yarn/npm-00a804f5b0

Bump uuid from 10.0.0 to 11.0.1 in the npm group
This commit is contained in:
Andrew Eisenberg 2024-10-29 15:36:29 -07:00 committed by GitHub
commit 9f93f47966
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
351 changed files with 6168 additions and 3725 deletions

9
package-lock.json generated
View file

@ -39,7 +39,7 @@
"node-forge": "^1.3.1",
"path": "^0.12.7",
"semver": "^7.6.3",
"uuid": "^10.0.0",
"uuid": "^11.0.1",
"zlib": "^1.0.5"
},
"devDependencies": {
@ -7342,14 +7342,15 @@
"license": "MIT"
},
"node_modules/uuid": {
"version": "10.0.0",
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz",
"integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==",
"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/webidl-conversions": {