From 63a35158f10e688f45ce9d2735849270379bca48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:46:21 +0000 Subject: [PATCH] chore(deps): bump zod in the all-patch group across 1 directory Bumps the all-patch group with 1 update in the / directory: [zod](https://github.com/colinhacks/zod). Updates `zod` from 4.3.5 to 4.3.6 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.3.5...v4.3.6) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- packages/sdk/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index bb1e0e5..ce2d9c0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7024,9 +7024,9 @@ } }, "node_modules/zod": { - "version": "4.3.5", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.5.tgz", - "integrity": "sha512-k7Nwx6vuWx1IJ9Bjuf4Zt1PEllcwe7cls3VNzm4CQ1/hgtFUK2bRNG3rvnpPUhFjmqJKAKtjV576KnUkHocg/g==", + "version": "4.3.6", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.3.6.tgz", + "integrity": "sha512-rftlrkhHZOcjDwkGlnUtZZkvaPHCsDATp4pGpuOOMDaTdDDXF91wuVDJoWoPsKX/3YPQ5fHuF3STjcYyKr+Qhg==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" @@ -7121,7 +7121,7 @@ "dependencies": { "@agentage/core": "^0.1.0", "openai": "^6.15.0", - "zod": "4.3.5" + "zod": "4.3.6" }, "devDependencies": { "@types/jest": "^30.0.0", diff --git a/packages/sdk/package.json b/packages/sdk/package.json index ceb1a43..ba2b62a 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -41,7 +41,7 @@ "dependencies": { "@agentage/core": "^0.1.0", "openai": "^6.15.0", - "zod": "4.3.5" + "zod": "4.3.6" }, "devDependencies": { "@types/jest": "^30.0.0",