Skip to content

Commit e0d0e03

Browse files
authored
Merge pull request #191 from privy-open-source/renovate/uuid-11.x
fix(deps): update dependency uuid to v11
2 parents 2458676 + 75b4be9 commit e0d0e03

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"magic-string": "^0.30.11",
5151
"pino-http": "^10.0.0",
5252
"systeminformation": "^5.23.5",
53-
"uuid": "^10.0.0"
53+
"uuid": "^11.0.0"
5454
},
5555
"devDependencies": {
5656
"@nuxt/devtools": "1.6.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ __metadata:
22892289
pino-pretty: "npm:11.3.0"
22902290
systeminformation: "npm:^5.23.5"
22912291
typescript: "npm:5.6.3"
2292-
uuid: "npm:^10.0.0"
2292+
uuid: "npm:^11.0.0"
22932293
vitest: "npm:2.1.3"
22942294
peerDependencies:
22952295
"@privyid/nhp": ">=1.0.0"
@@ -12004,12 +12004,12 @@ __metadata:
1200412004
languageName: node
1200512005
linkType: hard
1200612006

12007-
"uuid@npm:^10.0.0":
12008-
version: 10.0.0
12009-
resolution: "uuid@npm:10.0.0"
12007+
"uuid@npm:^11.0.0":
12008+
version: 11.0.1
12009+
resolution: "uuid@npm:11.0.1"
1201012010
bin:
12011-
uuid: dist/bin/uuid
12012-
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
12011+
uuid: dist/esm/bin/uuid
12012+
checksum: 10/8f2a93ce747613ab63531796fdd383123ad85bd6592808e7035b6975688ef7f01d9279ef66903fcfba6649b1583d77b88f9512b339c93f9a515964f79203a493
1201312013
languageName: node
1201412014
linkType: hard
1201512015

0 commit comments

Comments
 (0)