Skip to content

Commit 38ec84b

Browse files
fix(deps): update dependency uuid to v12 (#3366)
1 parent bfa0054 commit 38ec84b

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
@@ -103,7 +103,7 @@
103103
"showdown": "^2.1.0",
104104
"sourceror": "^0.8.5",
105105
"unified": "^11.0.0",
106-
"uuid": "^11.0.2",
106+
"uuid": "^12.0.0",
107107
"workbox-core": "^7.3.0",
108108
"workbox-precaching": "^7.3.0",
109109
"workbox-routing": "^7.3.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7742,7 +7742,7 @@ __metadata:
77427742
typescript-eslint: "npm:^8.1.0"
77437743
unified: "npm:^11.0.0"
77447744
url: "npm:^0.11.1"
7745-
uuid: "npm:^11.0.2"
7745+
uuid: "npm:^12.0.0"
77467746
vitest: "npm:^3.2.4"
77477747
webpack-bundle-analyzer: "npm:^4.9.0"
77487748
workbox-core: "npm:^7.3.0"
@@ -14203,12 +14203,12 @@ __metadata:
1420314203
languageName: node
1420414204
linkType: hard
1420514205

14206-
"uuid@npm:^11.0.2":
14207-
version: 11.1.0
14208-
resolution: "uuid@npm:11.1.0"
14206+
"uuid@npm:^12.0.0":
14207+
version: 12.0.0
14208+
resolution: "uuid@npm:12.0.0"
1420914209
bin:
14210-
uuid: dist/esm/bin/uuid
14211-
checksum: 10c0/34aa51b9874ae398c2b799c88a127701408cd581ee89ec3baa53509dd8728cbb25826f2a038f9465f8b7be446f0fbf11558862965b18d21c993684297628d4d3
14210+
uuid: dist/bin/uuid
14211+
checksum: 10c0/242db6735d15a187a0d7f22576db02668f974ffc65d0806b23fe4237cbb0db3153442cb3082c7550784acb6272e5c6c931532916f9604bd814dfab1edf2dac40
1421214212
languageName: node
1421314213
linkType: hard
1421414214

0 commit comments

Comments
 (0)