From c88f61700861e919d28da8bbef90621cd2d402a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 23:54:34 +0000 Subject: [PATCH] build(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 545d860..12c8b88 100644 --- a/package.json +++ b/package.json @@ -46,6 +46,6 @@ "dependencies": { "@scribelabsai/auth": "^1.3.0", "crypto-js": "4.2.0", - "zod": "^3.22.2" + "zod": "^4.3.6" } }