Skip to content

Commit 0bb3018

Browse files
authored
Merge pull request #39 from privy-open-source/renovate/uuid-11.x
fix(deps): update dependency uuid to v11
2 parents f3badf0 + 21865b2 commit 0bb3018

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/ghoulscript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"defu": "^6.1.4",
3535
"sref": "^1.0.1",
3636
"ufo": "^1.5.3",
37-
"uuid": "^10.0.0"
37+
"uuid": "^11.0.0"
3838
},
3939
"license": "AGPL-3.0-only",
4040
"publishConfig": {

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ __metadata:
667667
sref: "npm:^1.0.1"
668668
typescript: "npm:5.6.3"
669669
ufo: "npm:^1.5.3"
670-
uuid: "npm:^10.0.0"
670+
uuid: "npm:^11.0.0"
671671
vite: "npm:5.4.8"
672672
vite-plugin-dts: "npm:4.2.3"
673673
vite-plugin-externalize-deps: "npm:0.8.0"
@@ -6764,12 +6764,12 @@ __metadata:
67646764
languageName: node
67656765
linkType: hard
67666766

6767-
"uuid@npm:^10.0.0":
6768-
version: 10.0.0
6769-
resolution: "uuid@npm:10.0.0"
6767+
"uuid@npm:^11.0.0":
6768+
version: 11.0.0
6769+
resolution: "uuid@npm:11.0.0"
67706770
bin:
6771-
uuid: dist/bin/uuid
6772-
checksum: 10c0/eab18c27fe4ab9fb9709a5d5f40119b45f2ec8314f8d4cf12ce27e4c6f4ffa4a6321dc7db6c515068fa373c075b49691ba969f0010bf37f44c37ca40cd6bf7fe
6771+
uuid: dist/esm/bin/uuid
6772+
checksum: 10c0/6613e9d27f2ef6d6a5866cbaa86405f314f255b054445f185c84c734a737e9869dfd7b7452010f5e5d8ef2b20af227819058228537a3787b04d5bf3fa774e10a
67736773
languageName: node
67746774
linkType: hard
67756775

0 commit comments

Comments
 (0)