Skip to content

Commit 833e26c

Browse files
fix(deps): update dependency uuid to v14 [security]
1 parent f5a3f44 commit 833e26c

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

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": "^11.0.0"
37+
"uuid": "^14.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
@@ -695,7 +695,7 @@ __metadata:
695695
sref: "npm:^1.0.1"
696696
typescript: "npm:5.8.2"
697697
ufo: "npm:^1.5.3"
698-
uuid: "npm:^11.0.0"
698+
uuid: "npm:^14.0.0"
699699
vite: "npm:6.3.5"
700700
vite-plugin-dts: "npm:4.5.3"
701701
vite-plugin-externalize-deps: "npm:0.9.0"
@@ -6906,12 +6906,12 @@ __metadata:
69066906
languageName: node
69076907
linkType: hard
69086908

6909-
"uuid@npm:^11.0.0":
6910-
version: 11.0.0
6911-
resolution: "uuid@npm:11.0.0"
6909+
"uuid@npm:^14.0.0":
6910+
version: 14.0.0
6911+
resolution: "uuid@npm:14.0.0"
69126912
bin:
6913-
uuid: dist/esm/bin/uuid
6914-
checksum: 10c0/6613e9d27f2ef6d6a5866cbaa86405f314f255b054445f185c84c734a737e9869dfd7b7452010f5e5d8ef2b20af227819058228537a3787b04d5bf3fa774e10a
6913+
uuid: dist-node/bin/uuid
6914+
checksum: 10c0/a57ae7794c45005c1a9208989196c5baf79a7679c30f43c1bee9033a2c4d113a2cea216fa6fcc9663b08b0d55635df1a7c6eb7e7f3d21c3e50688c698fa39a50
69156915
languageName: node
69166916
linkType: hard
69176917

0 commit comments

Comments
 (0)