Skip to content

Commit 6048965

Browse files
fix(deps): update dependency zod to v3.25.23
1 parent 88ffe60 commit 6048965

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"vega": "5.33.0",
8080
"vega-lite": "5.11.0",
8181
"yup": "1.6.1",
82-
"zod": "3.24.3",
82+
"zod": "3.25.23",
8383
"zod4": "npm:zod@next",
8484
},
8585
"devDependencies": {
@@ -1642,7 +1642,7 @@
16421642

16431643
"yup": ["yup@1.6.1", "", { "dependencies": { "property-expr": "^2.0.5", "tiny-case": "^1.0.3", "toposort": "^2.0.2", "type-fest": "^2.19.0" } }, "sha512-JED8pB50qbA4FOkDol0bYF/p60qSEDQqBD0/qeIrUCG1KbPBIQ776fCUNb9ldbPcSTxA69g/47XTo4TqWiuXOA=="],
16441644

1645-
"zod": ["zod@3.24.3", "", {}, "sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg=="],
1645+
"zod": ["zod@3.25.23", "", {}, "sha512-Od2bdMosahjSrSgJtakrwjMDb1zM1A3VIHCPGveZt/3/wlrTWBya2lmEh2OYe4OIu8mPTmmr0gnLHIWQXdtWBg=="],
16461646

16471647
"zod4": ["zod@4.0.0-beta.20250503T014749", "", { "dependencies": { "@zod/core": "0.10.1" } }, "sha512-ND9JjNpf2IaTZlHr4xgvWbOmzOwjDzrlCqBlhpnYSpXcx6DFzmLJrWhCZc4xgNGieD7MCx/ZoWIHDGZzmg/gnA=="],
16481648

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"vega": "5.33.0",
104104
"vega-lite": "5.11.0",
105105
"yup": "1.6.1",
106-
"zod": "3.24.3",
106+
"zod": "3.25.23",
107107
"zod4": "npm:zod@next"
108108
},
109109
"devDependencies": {

0 commit comments

Comments
 (0)