1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-23 03:22:50 +02:00

[deps]: Update uuid to v10 (#10608)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-08-19 11:34:33 -04:00 committed by GitHub
parent 50a118f88e
commit 0af09c543c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 5 deletions

View File

@ -14,7 +14,7 @@
"module-alias": "2.2.3", "module-alias": "2.2.3",
"node-ipc": "9.2.1", "node-ipc": "9.2.1",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"uuid": "9.0.0", "uuid": "10.0.0",
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"devDependencies": { "devDependencies": {
@ -384,9 +384,14 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/uuid": { "node_modules/uuid": {
"version": "9.0.0", "version": "10.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-10.0.0.tgz",
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==", "integrity": "sha512-8XkAphELsDnEGrDxUOHB3RGvXz6TeuYSGEZBOjtTtPm2lwhGBjLgOzLHB63IUWfBpNucQjND6d3AOudO+H3RWQ==",
"funding": [
"https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan"
],
"license": "MIT",
"bin": { "bin": {
"uuid": "dist/bin/uuid" "uuid": "dist/bin/uuid"
} }

View File

@ -19,7 +19,7 @@
"module-alias": "2.2.3", "module-alias": "2.2.3",
"node-ipc": "9.2.1", "node-ipc": "9.2.1",
"ts-node": "10.9.2", "ts-node": "10.9.2",
"uuid": "9.0.0", "uuid": "10.0.0",
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"devDependencies": { "devDependencies": {