From 89a0a86f8b7747e22d2f7987b7938a30978e53ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 10:05:43 +0000 Subject: [PATCH] chore(deps)(deps): bump zod from 3.25.76 to 4.4.2 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.2. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.2) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e68e674..f88ed39 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "@fastify/cors": "^11.2.0", "ethers": "^6.13.4", "fastify": "^5.1.0", - "zod": "^3.23.8" + "zod": "^4.4.2" }, "devDependencies": { "@types/bun": "^1.1.14",