Skip to content

Commit ec8609c

Browse files
fix(deps): update dependency zod to v4
1 parent fe461bb commit ec8609c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"vue": "^3.5.13",
6969
"vue-dragscroll": "^4.0.5",
7070
"vue3-smooth-dnd": "0.0.6",
71-
"zod": "^3.20.6"
71+
"zod": "^4.0.0"
7272
},
7373
"resolutions": {
7474
"vite": "^6.0.0",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9650,7 +9650,12 @@ zip-stream@^6.0.1:
96509650
compress-commons "^6.0.2"
96519651
readable-stream "^4.0.0"
96529652

9653-
zod@^3.20.6, zod@^3.23.8:
9653+
zod@^3.23.8:
96549654
version "3.25.76"
96559655
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34"
96569656
integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==
9657+
9658+
zod@^4.0.0:
9659+
version "4.1.5"
9660+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.5.tgz#7a21fc3178928ede50a28f7d0db4414c4cdb0161"
9661+
integrity sha512-rcUUZqlLJgBC33IT3PNMgsCq6TzLQEG/Ei/KTCU0PedSWRMAXoOUN+4t/0H+Q8bdnLPdqUYnvboJT0bn/229qg==

0 commit comments

Comments
 (0)