chore(deps): update dependency uuid to v10 (#543)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-06-10 07:26:19 +02:00 committed by GitHub
parent 04fae24afe
commit 3dc0e65955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 5 deletions

22
package-lock.json generated
View File

@ -34,7 +34,7 @@
"shx": "0.3.4",
"svg-sprite": "2.0.4",
"svgtofont": "4.2.0",
"uuid": "9.0.1",
"uuid": "10.0.0",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
"webpack-manifest-plugin": "5.0.0",
@ -7395,6 +7395,19 @@
"web-worker": "^1.2.0"
}
},
"node_modules/mermaid/node_modules/uuid": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": {
"uuid": "dist/bin/uuid"
}
},
"node_modules/microbuffer": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/microbuffer/-/microbuffer-1.0.0.tgz",
@ -11699,9 +11712,10 @@
"optional": true
},
"node_modules/uuid": {
"version": "9.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.1.tgz",
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
"version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"dev": true,
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"

View File

@ -58,7 +58,7 @@
"shx": "0.3.4",
"svg-sprite": "2.0.4",
"svgtofont": "4.2.0",
"uuid": "9.0.1",
"uuid": "10.0.0",
"webpack": "5.91.0",
"webpack-cli": "5.1.4",
"webpack-manifest-plugin": "5.0.0",