From c6b7cbf8474cff024d174b4d146e91d288793826 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 20:19:25 +0000 Subject: [PATCH] chore: bump zod from 3.25.76 to 4.4.3 in /sdks/typescript Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.4.3. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.4.3) --- updated-dependencies: - dependency-name: zod dependency-version: 4.4.3 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 1937627..2295ac2 100644 --- a/sdks/typescript/package-lock.json +++ b/sdks/typescript/package-lock.json @@ -15,7 +15,7 @@ "prompts": "^2.4.2", "syllable": "^5.0.1", "text-readability": "^1.1.1", - "zod": "^3.22.4" + "zod": "^4.4.3" }, "bin": { "evaluators-batch": "dist/batch/cli.js" @@ -4727,9 +4727,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.3", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", + "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/sdks/typescript/package.json b/sdks/typescript/package.json index e17dd03..9149c97 100644 --- a/sdks/typescript/package.json +++ b/sdks/typescript/package.json @@ -83,7 +83,7 @@ "prompts": "^2.4.2", "syllable": "^5.0.1", "text-readability": "^1.1.1", - "zod": "^3.22.4" + "zod": "^4.4.3" }, "devDependencies": { "@ai-sdk/anthropic": "^3.0.12",