From 4d69507045c9a76037994cc0512e8df37a4998ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 19:57:08 +0000 Subject: [PATCH] deps(deps): bump zod Bumps the production-minor-patch group with 1 update in the / directory: [zod](https://github.com/colinhacks/zod). Updates `zod` from 4.4.3 to 4.6.2 - [Release notes](https://github.com/colinhacks/zod/releases) - [Commits](https://github.com/colinhacks/zod/compare/v4.4.3...v4.6.2) --- updated-dependencies: - dependency-name: zod dependency-version: 4.5.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-minor-patch ... 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 1cfac8d..ade06cd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "winston": "^3.11.0", - "zod": "^4.4.3" + "zod": "^4.6.2" }, "bin": { "cipp-mcp": "dist/entry.js" @@ -12811,9 +12811,9 @@ } }, "node_modules/zod": { - "version": "4.4.3", - "resolved": "https://registry.npmjs.org/zod/-/zod-4.4.3.tgz", - "integrity": "sha512-ytENFjIJFl2UwYglde2jchW2Hwm4GJFLDiSXWdTrJQBIN9Fcyp7n4DhxJEiWNAJMV1/BqWfW/kkg71UDcHJyTQ==", + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/zod/-/zod-4.6.2.tgz", + "integrity": "sha512-lh5RCAGFa1Cm2hjtNwLQhSs/AsqdWnTQaBER9fEwN/88pSh7KOtJavtBx/0VlkN/uFd61SwYmljLMDAsHlvzBQ==", "license": "MIT", "funding": { "url": "https://github.com/sponsors/colinhacks" diff --git a/package.json b/package.json index be332f1..217c486 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "winston": "^3.11.0", - "zod": "^4.4.3" + "zod": "^4.6.2" }, "devDependencies": { "@anthropic-ai/mcpb": "^2.1.2",