fix(deps): update dependency uuid to v11.0.2 (#906)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-29 08:14:25 +01:00 committed by GitHub
parent 2f5f59e529
commit cb90be1274
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",
"mermaid": "11.3.0",
"store2": "2.14.3",
"uuid": "11.0.1"
"uuid": "11.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.25.9",
@ -9678,9 +9678,9 @@
"optional": true
},
"node_modules/uuid": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.1.tgz",
"integrity": "sha512-wt9UB5EcLhnboy1UvA1mvGPXkIIrHSu+3FmUksARfdVw9tuPf3CH/CohxO0Su1ApoKAeT6BVzAJIvjTuQVSmuQ==",
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.2.tgz",
"integrity": "sha512-14FfcOJmqdjbBPdDjFQyk/SdT4NySW4eM0zcG+HqbHP5jzuH56xO3J1DGhgs/cEMCfwYi3HQI1gnTO62iaG+tQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"

View File

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