Skip to content

Commit 23c8e01

Browse files
fix(deps): update dependency uuid to v10
1 parent 64a8c65 commit 23c8e01

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@joshdb/provider": "2.0.0-next.cd2b620.0",
2828
"better-serialize": "^2.0.0",
2929
"redis": "^4.6.14",
30-
"uuid": "^9.0.1"
30+
"uuid": "^10.0.0"
3131
},
3232
"devDependencies": {
3333
"@favware/cliff-jumper": "^3.0.3",

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1084,7 +1084,7 @@ __metadata:
10841084
typedoc: "npm:^0.25.13"
10851085
typedoc-json-parser: "npm:^10.0.0"
10861086
typescript: "npm:^5.4.5"
1087-
uuid: "npm:^9.0.1"
1087+
uuid: "npm:^10.0.0"
10881088
vitest: "npm:^1.6.0"
10891089
languageName: unknown
10901090
linkType: soft
@@ -6380,12 +6380,12 @@ __metadata:
63806380
languageName: node
63816381
linkType: hard
63826382

6383-
"uuid@npm:^9.0.1":
6384-
version: 9.0.1
6385-
resolution: "uuid@npm:9.0.1"
6383+
"uuid@npm:^10.0.0":
6384+
version: 10.0.0
6385+
resolution: "uuid@npm:10.0.0"
63866386
bin:
63876387
uuid: dist/bin/uuid
6388-
checksum: 10c0/1607dd32ac7fc22f2d8f77051e6a64845c9bce5cd3dd8aa0070c074ec73e666a1f63c7b4e0f4bf2bc8b9d59dc85a15e17807446d9d2b17c8485fbc2147b27f9b
6388+
checksum: 10c0/eab18c27fe4ab9fb9709a5d5f40119b45f2ec8314f8d4cf12ce27e4c6f4ffa4a6321dc7db6c515068fa373c075b49691ba969f0010bf37f44c37ca40cd6bf7fe
63896389
languageName: node
63906390
linkType: hard
63916391

0 commit comments

Comments
 (0)