From 05632f3e9bdf311059955c8efb8f19bb2f840978 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 09:38:36 +0000 Subject: [PATCH] chore(deps):(deps): Bump zod from 3.25.76 to 4.3.6 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.3.6. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.3.6) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.6 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..c5197f7 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.6" }, "devDependencies": { "@types/bun": "latest",