Skip to content

Commit c374cf2

Browse files
fix(deps): update dependency zod to v4
1 parent 65571a7 commit c374cf2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bun.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"pg": "^8.14.1",
2323
"postgraphile": "5.0.0-beta.40",
2424
"postgraphile-plugin-connection-filter": "3.0.0-beta.8",
25-
"zod": "^3.24.3",
25+
"zod": "^4.0.0",
2626
},
2727
"devDependencies": {
2828
"@biomejs/biome": "^1.9.4",
@@ -506,7 +506,7 @@
506506

507507
"yargs-parser": ["yargs-parser@21.1.1", "", {}, "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw=="],
508508

509-
"zod": ["zod@3.24.3", "", {}, "sha512-HhY1oqzWCQWuUqvBFnsyrtZRhyPeR7SUGv+C4+MsisMuVfSPx8HpwWqH8tRahSlt6M3PiFAcoeFhZAqIXTxoSg=="],
509+
"zod": ["zod@4.0.15", "", {}, "sha512-2IVHb9h4Mt6+UXkyMs0XbfICUh1eUrlJJAOupBHUhLRnKkruawyDddYRCs0Eizt900ntIMk9/4RksYl+FgSpcQ=="],
510510

511511
"@dataplan/json/chalk": ["chalk@4.1.2", "", { "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" } }, "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA=="],
512512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"pg": "^8.14.1",
5151
"postgraphile": "5.0.0-beta.40",
5252
"postgraphile-plugin-connection-filter": "3.0.0-beta.8",
53-
"zod": "^3.24.3"
53+
"zod": "^4.0.0"
5454
},
5555
"trustedDependencies": ["@biomejs/biome", "esbuild"]
5656
}

0 commit comments

Comments
 (0)