1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 06:43:35 +00:00

[deps]: Update uuid to v11.0.5 (#12705)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2025-01-10 12:58:44 -05:00
committed by GitHub
parent 0badd04033
commit 2a30c27d18
2 changed files with 5 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": "11.0.3", "uuid": "11.0.5",
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"devDependencies": { "devDependencies": {
@@ -421,9 +421,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/uuid": { "node_modules/uuid": {
"version": "11.0.3", "version": "11.0.5",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.3.tgz", "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.0.5.tgz",
"integrity": "sha512-d0z310fCWv5dJwnX1Y/MncBAqGMKEzlBb1AOf7z9K8ALnd0utBX/msg/fA0+sbyN1ihbMsLhrBlnl1ak7Wa0rg==", "integrity": "sha512-508e6IcKLrhxKdBbcA2b4KQZlLVp2+J5UwQ6F7Drckkc5N9ZJwFa4TgWtsww9UG8fGHbm6gbV19TdM5pQ4GaIA==",
"funding": [ "funding": [
"https://github.com/sponsors/broofa", "https://github.com/sponsors/broofa",
"https://github.com/sponsors/ctavan" "https://github.com/sponsors/ctavan"

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": "11.0.3", "uuid": "11.0.5",
"yargs": "17.7.2" "yargs": "17.7.2"
}, },
"devDependencies": { "devDependencies": {