From b37b474d92c2b31b079a8d0d25c9006b61ef0725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:30:18 +0000 Subject: [PATCH] chore(deps)(deps): bump zod from 3.25.76 to 4.4.3 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 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..316774f 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.3" }, "devDependencies": { "@types/bun": "^1.1.14",