From acb93652d27239b81287a8de86effe8642791573 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 23:24:03 +0000 Subject: [PATCH] chore(deps): bump zod from 3.25.76 to 4.3.6 Bumps [zod](https://github.com/colinhacks/zod) from 3.25.76 to 4.3.6. - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v3.25.76...v4.3.6) --- updated-dependencies: - dependency-name: zod dependency-version: 4.3.6 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5582598..56fb93a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30,7 +30,7 @@ "cors": "^2.8.6", "express": "^5.0.1", "winston": "^3.18.3", - "zod": "^3.24.1" + "zod": "^4.3.6" }, "bin": { "github-advisory-mcp": "dist/index.js" @@ -5701,9 +5701,9 @@ } }, "node_modules/zod": { - "version": "3.25.76", - "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz", - "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", + "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" diff --git a/package.json b/package.json index adc208a..4752600 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "cors": "^2.8.6", "express": "^5.0.1", "winston": "^3.18.3", - "zod": "^3.24.1" + "zod": "^4.3.6" }, "devDependencies": { "@ai-sdk/azure": "^3.0.27",