Skip to content

Commit 4dfc1b0

Browse files
fix(deps): update dependency zod to v4
1 parent cad397c commit 4dfc1b0

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
@@ -9006,7 +9006,12 @@ zip-stream@^6.0.1:
90069006
compress-commons "^6.0.2"
90079007
readable-stream "^4.0.0"
90089008

9009-
zod@^3.20.6, zod@^3.23.8:
9009+
zod@^3.23.8:
90109010
version "3.25.71"
90119011
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.71.tgz#f87a19c06b061426564607726c05a4d3b9ac3fa9"
90129012
integrity sha512-BsBc/NPk7h8WsUWYWYL+BajcJPY8YhjelaWu2NMLuzgraKAz4Lb4/6K11g9jpuDetjMiqhZ6YaexFLOC0Ogi3Q==
9013+
9014+
zod@^4.0.0:
9015+
version "4.0.13"
9016+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.0.13.tgz#bfa659ba2cb0a4b03fed263942120b0e4533d3c3"
9017+
integrity sha512-jv+zRxuZQxTrFHzxZ46ezL2FtnE+M4HIJHJEwLsZ7UjrXHltdG6HrxvqM0twoVCWxJiYf8WqKjAcjztegpkB+Q==

0 commit comments

Comments
 (0)