chore(deps): update dependency uuid to v11 (#593)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-27 23:45:05 +01:00 committed by GitHub
parent f67e0358d1
commit 0b636f67cf
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

@ -35,7 +35,7 @@
"shx": "0.3.4",
"svg-sprite": "2.0.4",
"svgtofont": "6.0.0",
"uuid": "10.0.0",
"uuid": "11.0.1",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-manifest-plugin": "5.0.0",
@ -9733,9 +9733,9 @@
"optional": true
},
"node_modules/uuid": {
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz",
"integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa",
@ -9743,7 +9743,7 @@
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
"uuid": "dist/esm/bin/uuid"
}
},
"node_modules/vinyl": {

View File

@ -60,7 +60,7 @@
"shx": "0.3.4",
"svg-sprite": "2.0.4",
"svgtofont": "6.0.0",
"uuid": "10.0.0",
"uuid": "11.0.1",
"webpack": "5.95.0",
"webpack-cli": "5.1.4",
"webpack-manifest-plugin": "5.0.0",