fix(deps): update dependency uuid to v11.0.4 (#946)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-06 10:05:07 +01:00 committed by GitHub
parent 0ac71eef34
commit 6bfa6e4df4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View file

@ -16,7 +16,7 @@
"lodash": "4.17.21", "lodash": "4.17.21",
"mermaid": "11.4.1", "mermaid": "11.4.1",
"store2": "2.14.4", "store2": "2.14.4",
"uuid": "11.0.3" "uuid": "11.0.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.25.9", "@babel/eslint-parser": "7.25.9",
@ -9864,9 +9864,9 @@
"optional": true "optional": true
}, },
"node_modules/uuid": { "node_modules/uuid": {
"version": "11.0.3", "version": "11.0.4",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.4.tgz",
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "integrity": "sha512-IzL6VtTTYcAhA/oghbFJ1Dkmqev+FpQWnCBaKq/gUluLxliWvO8DPFWfIviRmYbtaavtSQe4WBL++rFjdcGWEg==",
"funding": [ "funding": [
"https://github.com/sponsors/broofa", "https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan" "https://github.com/sponsors/ctavan"

View file

@ -41,7 +41,7 @@
"lodash": "4.17.21", "lodash": "4.17.21",
"mermaid": "11.4.1", "mermaid": "11.4.1",
"store2": "2.14.4", "store2": "2.14.4",
"uuid": "11.0.3" "uuid": "11.0.4"
}, },
"devDependencies": { "devDependencies": {
"@babel/eslint-parser": "7.25.9", "@babel/eslint-parser": "7.25.9",