From 25f1b952ca7082021782fb1621d3a783d98e2238 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jun 2026 23:46:33 +0000 Subject: [PATCH] chore(deps): 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-lock.json | 12 ++++++------ mcp/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mcp/package-lock.json b/mcp/package-lock.json index b0f673f..f57a49c 100644 --- a/mcp/package-lock.json +++ b/mcp/package-lock.json @@ -1,16 +1,16 @@ { "name": "@pythoughts/vue-skills-mcp", - "version": "0.1.0", + "version": "0.3.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@pythoughts/vue-skills-mcp", - "version": "0.1.0", + "version": "0.3.1", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", - "zod": "^3.23.8" + "zod": "^4.4.3" }, "bin": { "vue-skills-mcp": "index.mjs" @@ -1157,9 +1157,9 @@ "license": "ISC" }, "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/mcp/package.json b/mcp/package.json index 0498a4a..390d786 100644 --- a/mcp/package.json +++ b/mcp/package.json @@ -29,6 +29,6 @@ }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", - "zod": "^3.23.8" + "zod": "^4.4.3" } }