fix(deps): update dependency uuid to v11 (#902)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-27 23:25:13 +01:00 committed by GitHub
parent a3439ee567
commit 8c744d3339
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -16,7 +16,7 @@
"lodash": "4.17.21", "lodash": "4.17.21",
"mermaid": "11.3.0", "mermaid": "11.3.0",
"store2": "2.14.3", "store2": "2.14.3",
"uuid": "10.0.0" "uuid": "11.0.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.25.8", "@babel/eslint-parser": "7.25.8",
@ -9717,16 +9717,16 @@
"optional": true "optional": true
}, },
"node_modules/uuid": { "node_modules/uuid": {
"version": "10.0.0", "version": "11.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==", "integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==",
"funding": [ "funding": [
"https://github.com/sponsors/broofa", "https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan" "https://github.com/sponsors/ctavan"
], ],
"license": "MIT", "license": "MIT",
"bin": { "bin": {
"uuid": "dist/bin/uuid" "uuid": "dist/esm/bin/uuid"
} }
}, },
"node_modules/vinyl": { "node_modules/vinyl": {

View File

@ -41,7 +41,7 @@
"lodash": "4.17.21", "lodash": "4.17.21",
"mermaid": "11.3.0", "mermaid": "11.3.0",
"store2": "2.14.3", "store2": "2.14.3",
"uuid": "10.0.0" "uuid": "11.0.1"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.25.8", "@babel/eslint-parser": "7.25.8",