1
0
mirror of https://github.com/bitwarden/browser synced 2024-12-28 02:43:04 +01:00

Update dependency uuid to v9 (#5960)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-08-21 16:58:21 +00:00 committed by GitHub
parent ce8dcd372d
commit a497dc3a02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@
"module-alias": "2.2.3",
"node-ipc": "9.2.1",
"ts-node": "10.9.1",
"uuid": "8.3.2",
"uuid": "9.0.0",
"yargs": "17.7.2"
},
"devDependencies": {
@ -374,9 +374,9 @@
}
},
"node_modules/uuid": {
"version": "8.3.2",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
"version": "9.0.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-9.0.0.tgz",
"integrity": "sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==",
"bin": {
"uuid": "dist/bin/uuid"
}

View File

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