Skip to content

Commit b6a3052

Browse files
fix(deps): update dependency zod to v4
1 parent c69147b commit b6a3052

File tree

2 files changed

+33
-8
lines changed

2 files changed

+33
-8
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: 32 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7305,7 +7305,16 @@ streamx@^2.15.0:
73057305
optionalDependencies:
73067306
bare-events "^2.2.0"
73077307

7308-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
7308+
"string-width-cjs@npm:string-width@^4.2.0":
7309+
version "4.2.3"
7310+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
7311+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
7312+
dependencies:
7313+
emoji-regex "^8.0.0"
7314+
is-fullwidth-code-point "^3.0.0"
7315+
strip-ansi "^6.0.1"
7316+
7317+
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
73097318
version "4.2.3"
73107319
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
73117320
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -7337,7 +7346,14 @@ string_decoder@~1.1.1:
73377346
dependencies:
73387347
safe-buffer "~5.1.0"
73397348

7340-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
7349+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
7350+
version "6.0.1"
7351+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
7352+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
7353+
dependencies:
7354+
ansi-regex "^5.0.1"
7355+
7356+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
73417357
version "6.0.1"
73427358
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
73437359
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -8125,7 +8141,16 @@ word-wrap@^1.2.5:
81258141
resolved "https://registry.yarnpkg.com/word-wrap/-/word-wrap-1.2.5.tgz#d2c45c6dd4fbce621a66f136cbe328afd0410b34"
81268142
integrity sha512-BN22B5eaMMI9UMtjrGd5g5eCYPpCPDUy0FJXbYsaT5zYxjFOckS53SQDE3pWkVoWpHXVb3BrYcEN4Twa55B5cA==
81278143

8128-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
8144+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
8145+
version "7.0.0"
8146+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
8147+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
8148+
dependencies:
8149+
ansi-styles "^4.0.0"
8150+
string-width "^4.1.0"
8151+
strip-ansi "^6.0.0"
8152+
8153+
wrap-ansi@^7.0.0:
81298154
version "7.0.0"
81308155
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
81318156
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -8254,7 +8279,7 @@ zip-stream@^6.0.1:
82548279
compress-commons "^6.0.2"
82558280
readable-stream "^4.0.0"
82568281

8257-
zod@^3.20.6:
8258-
version "3.25.76"
8259-
resolved "https://registry.yarnpkg.com/zod/-/zod-3.25.76.tgz#26841c3f6fd22a6a2760e7ccb719179768471e34"
8260-
integrity sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==
8282+
zod@^4.0.0:
8283+
version "4.1.13"
8284+
resolved "https://registry.yarnpkg.com/zod/-/zod-4.1.13.tgz#93699a8afe937ba96badbb0ce8be6033c0a4b6b1"
8285+
integrity sha512-AvvthqfqrAhNH9dnfmrfKzX5upOdjUVJYFqNSlkmGf64gRaTzlPwz99IHYnVs28qYAybvAlBV+H7pn0saFY4Ig==

0 commit comments

Comments
 (0)