Skip to content

Commit 9de3876

Browse files
fix(deps): update dependency uuid to v12 (#1914)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 67f8d98 commit 9de3876

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
@@ -54,7 +54,7 @@
5454
"ramda": "0.31.3",
5555
"redis": "^5.0.0",
5656
"sass": "1.92.0",
57-
"uuid": "^11.0.0"
57+
"uuid": "^12.0.0"
5858
},
5959
"devDependencies": {
6060
"@astrojs/svelte": "^7.0.0",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,7 @@ __metadata:
10181018
txtgen: "npm:^3.0.6"
10191019
typescript: "npm:5.9.2"
10201020
typescript-eslint: "npm:^8.20.0"
1021-
uuid: "npm:^11.0.0"
1021+
uuid: "npm:^12.0.0"
10221022
vitest: "npm:^3.0.0"
10231023
vue: "npm:3.5.21"
10241024
peerDependencies:
@@ -10703,12 +10703,12 @@ __metadata:
1070310703
languageName: node
1070410704
linkType: hard
1070510705

10706-
"uuid@npm:^11.0.0":
10707-
version: 11.1.0
10708-
resolution: "uuid@npm:11.1.0"
10706+
"uuid@npm:^12.0.0":
10707+
version: 12.0.0
10708+
resolution: "uuid@npm:12.0.0"
1070910709
bin:
10710-
uuid: dist/esm/bin/uuid
10711-
checksum: 10c0/34aa51b9874ae398c2b799c88a127701408cd581ee89ec3baa53509dd8728cbb25826f2a038f9465f8b7be446f0fbf11558862965b18d21c993684297628d4d3
10710+
uuid: dist/bin/uuid
10711+
checksum: 10c0/242db6735d15a187a0d7f22576db02668f974ffc65d0806b23fe4237cbb0db3153442cb3082c7550784acb6272e5c6c931532916f9604bd814dfab1edf2dac40
1071210712
languageName: node
1071310713
linkType: hard
1071410714

0 commit comments

Comments
 (0)