Skip to content

Commit

Permalink
fix(deps): update dependency uuid to v10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 18, 2024
1 parent e91a511 commit 6237bec
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions packages/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
"@joshdb/provider": "2.0.0-next.cd2b620.0",
"better-serialize": "^2.0.0",
"redis": "^4.7.0",
"uuid": "^9.0.1"
"uuid": "^10.0.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@types/uuid": "^9.0.8",
"@types/uuid": "^10.0.0",
"@vitest/coverage-v8": "^1.6.0",
"tests": "workspace:*",
"tsup": "^8.2.4",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ __metadata:
dependencies:
"@favware/cliff-jumper": "npm:^3.0.3"
"@joshdb/provider": "npm:2.0.0-next.cd2b620.0"
"@types/uuid": "npm:^9.0.8"
"@types/uuid": "npm:^10.0.0"
"@vitest/coverage-v8": "npm:^1.6.0"
better-serialize: "npm:^2.0.0"
redis: "npm:^4.7.0"
Expand All @@ -1098,7 +1098,7 @@ __metadata:
typedoc: "npm:^0.26.5"
typedoc-json-parser: "npm:^10.1.5"
typescript: "npm:^5.5.4"
uuid: "npm:^9.0.1"
uuid: "npm:^10.0.0"
vitest: "npm:^1.6.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -1699,10 +1699,10 @@ __metadata:
languageName: node
linkType: hard

"@types/uuid@npm:^9.0.8":
version: 9.0.8
resolution: "@types/uuid@npm:9.0.8"
checksum: 10c0/b411b93054cb1d4361919579ef3508a1f12bf15b5fdd97337d3d351bece6c921b52b6daeef89b62340fd73fd60da407878432a1af777f40648cbe53a01723489
"@types/uuid@npm:^10.0.0":
version: 10.0.0
resolution: "@types/uuid@npm:10.0.0"
checksum: 10c0/9a1404bf287164481cb9b97f6bb638f78f955be57c40c6513b7655160beb29df6f84c915aaf4089a1559c216557dc4d2f79b48d978742d3ae10b937420ddac60
languageName: node
linkType: hard

Expand Down Expand Up @@ -6917,12 +6917,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^9.0.1":
version: 9.0.1
resolution: "uuid@npm:9.0.1"
"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
bin:
uuid: dist/bin/uuid
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
checksum: 10c0/eab18c27fe4ab9fb9709a5d5f40119b45f2ec8314f8d4cf12ce27e4c6f4ffa4a6321dc7db6c515068fa373c075b49691ba969f0010bf37f44c37ca40cd6bf7fe
languageName: node
linkType: hard

Expand Down

0 comments on commit 6237bec

Please sign in to comment.