From 7e5ac9691b91ad43c29071944e009c651ef734a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 09:20:34 +0000 Subject: [PATCH] chore(deps):(deps): Bump zod from 3.25.76 to 4.3.5 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.3.5. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.3.5) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.5 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 40b1590..a0e4a71 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "node-fetch": "^3.3.2", "ws": "^8.18.3", "yaml": "^2.8.0", - "zod": "3.25.76" + "zod": "4.3.5" }, "devDependencies": { "@types/bun": "latest",