From 3226e577eab863b8c7254e58b7a746980a674d13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 15:06:29 +0000 Subject: [PATCH] Bump zod from 3.25.76 to 4.4.3 in /mcp 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] --- mcp/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcp/package.json b/mcp/package.json index 3f439eb..9f8b962 100644 --- a/mcp/package.json +++ b/mcp/package.json @@ -13,6 +13,6 @@ "keywords": ["mcp", "model-context-protocol", "willingness-to-pay", "pricing", "positioning", "consumer-psychology", "marketing", "ai-agents"], "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", - "zod": "^3.23.0" + "zod": "^4.4.3" } }