From 40462b1310ee46a48e9f18bc09a26534d7a2d512 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 22:26:05 +0000 Subject: [PATCH] build(deps): bump zod from 3.25.76 to 4.1.13 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.13. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.1.13) --- updated-dependencies: - dependency-name: zod dependency-version: 4.1.13 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..35368ea 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.1.13" } }