From 992238a47092a379d39a1bc414e4bbce8abcaa48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Oct 2025 19:29:40 +0000 Subject: [PATCH] build(deps): bump zod from 3.25.76 to 4.1.12 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.1.12. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.1.12) --- updated-dependencies: - dependency-name: zod dependency-version: 4.1.12 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..aa39de1 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.12" } }