Skip to content

Commit

Permalink
Merge pull request #191 from privy-open-source/renovate/uuid-11.x
Browse files Browse the repository at this point in the history
fix(deps): update dependency uuid to v11
  • Loading branch information
adenvt authored Nov 11, 2024
2 parents 2458676 + 75b4be9 commit e0d0e03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"magic-string": "^0.30.11",
"pino-http": "^10.0.0",
"systeminformation": "^5.23.5",
"uuid": "^10.0.0"
"uuid": "^11.0.0"
},
"devDependencies": {
"@nuxt/devtools": "1.6.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@ __metadata:
pino-pretty: "npm:11.3.0"
systeminformation: "npm:^5.23.5"
typescript: "npm:5.6.3"
uuid: "npm:^10.0.0"
uuid: "npm:^11.0.0"
vitest: "npm:2.1.3"
peerDependencies:
"@privyid/nhp": ">=1.0.0"
Expand Down Expand Up @@ -12004,12 +12004,12 @@ __metadata:
languageName: node
linkType: hard

"uuid@npm:^10.0.0":
version: 10.0.0
resolution: "uuid@npm:10.0.0"
"uuid@npm:^11.0.0":
version: 11.0.1
resolution: "uuid@npm:11.0.1"
bin:
uuid: dist/bin/uuid
checksum: 10/35aa60614811a201ff90f8ca5e9ecb7076a75c3821e17f0f5ff72d44e36c2d35fcbc2ceee9c4ac7317f4cc41895da30e74f3885e30313bee48fda6338f250538
uuid: dist/esm/bin/uuid
checksum: 10/8f2a93ce747613ab63531796fdd383123ad85bd6592808e7035b6975688ef7f01d9279ef66903fcfba6649b1583d77b88f9512b339c93f9a515964f79203a493
languageName: node
linkType: hard

Expand Down

0 comments on commit e0d0e03

Please sign in to comment.