From ae215bae20c9bf2432500f3502e7eddca24e984c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:16:41 +0000 Subject: [PATCH] chore: bump zod from 3.25.76 to 4.4.1 in /sdks/typescript Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.1. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.1) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sdks/typescript/package-lock.json | 9 +++++---- sdks/typescript/package.json | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/sdks/typescript/package-lock.json b/sdks/typescript/package-lock.json index 6d56e33..c4c3d0d 100644 --- a/sdks/typescript/package-lock.json +++ b/sdks/typescript/package-lock.json @@ -14,7 +14,7 @@ "p-limit": "^7.3.0", "prompts": "^2.4.2", "syllable": "^5.0.1", - "zod": "^3.22.4" + "zod": "^4.4.1" }, "bin": { "evaluators-batch": "dist/batch/cli.js" @@ -4666,9 +4666,10 @@ } }, "node_modules/zod": { - "version": "3.25.76", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.1.tgz", + "integrity": "sha512-a6ENMBBGZBsnlSebQ/eKCguSBeGKSf4O7BPnqVPmYGtpBYI7VSqoVqw+QcB7kPRjbqPwhYTpFbVj/RqNz/CT0Q==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index 192e1b7..66e2415 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -80,7 +80,7 @@ "p-limit": "^7.3.0", "prompts": "^2.4.2", "syllable": "^5.0.1", - "zod": "^3.22.4" + "zod": "^4.4.1" }, "devDependencies": { "@ai-sdk/anthropic": "^3.0.12",