Skip to content

Commit 964d3fb

Browse files
fix(deps): update dependency uuid to v13 (#1919)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6a5cc87 commit 964d3fb

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.1",
57-
"uuid": "^12.0.0"
57+
"uuid": "^13.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:^12.0.0"
1021+
uuid: "npm:^13.0.0"
10221022
vitest: "npm:^3.0.0"
10231023
vue: "npm:3.5.21"
10241024
peerDependencies:
@@ -10780,12 +10780,12 @@ __metadata:
1078010780
languageName: node
1078110781
linkType: hard
1078210782

10783-
"uuid@npm:^12.0.0":
10784-
version: 12.0.0
10785-
resolution: "uuid@npm:12.0.0"
10783+
"uuid@npm:^13.0.0":
10784+
version: 13.0.0
10785+
resolution: "uuid@npm:13.0.0"
1078610786
bin:
10787-
uuid: dist/bin/uuid
10788-
checksum: 10c0/242db6735d15a187a0d7f22576db02668f974ffc65d0806b23fe4237cbb0db3153442cb3082c7550784acb6272e5c6c931532916f9604bd814dfab1edf2dac40
10787+
uuid: dist-node/bin/uuid
10788+
checksum: 10c0/950e4c18d57fef6c69675344f5700a08af21e26b9eff2bf2180427564297368c538ea11ac9fb2e6528b17fc3966a9fd2c5049361b0b63c7d654f3c550c9b3d67
1078910789
languageName: node
1079010790
linkType: hard
1079110791

0 commit comments

Comments
 (0)