From a0837cfb9bdc1f959f9de57f3d8eb5b30c5d7548 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:13:02 +0000 Subject: [PATCH] deps: bump @modelcontextprotocol/sdk in the runtime group Bumps the runtime group with 1 update: [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk). Updates `@modelcontextprotocol/sdk` from 1.29.0 to 1.30.0 - [Release notes](https://github.com/modelcontextprotocol/typescript-sdk/releases) - [Commits](https://github.com/modelcontextprotocol/typescript-sdk/compare/v1.29.0...1.30.0) --- updated-dependencies: - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: runtime ... Signed-off-by: dependabot[bot] --- mcp/package.json | 2 +- package-lock.json | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/mcp/package.json b/mcp/package.json index 0e0d9bd..a76fffc 100644 --- a/mcp/package.json +++ b/mcp/package.json @@ -43,7 +43,7 @@ "node": ">=20.0.0" }, "dependencies": { - "@modelcontextprotocol/sdk": "^1.29.0" + "@modelcontextprotocol/sdk": "^1.30.0" }, "peerDependencies": { "compare-cli": ">=0.2.0 <1.0.0" diff --git a/package-lock.json b/package-lock.json index 07f1bea..675ccdd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "compare-cli", - "version": "0.3.0", + "version": "0.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "compare-cli", - "version": "0.3.0", + "version": "0.4.2", "license": "MIT", "workspaces": [ "mcp" @@ -24,10 +24,10 @@ }, "mcp": { "name": "compare-cli-mcp", - "version": "0.1.1", + "version": "0.1.4", "license": "MIT", "dependencies": { - "@modelcontextprotocol/sdk": "^1.29.0" + "@modelcontextprotocol/sdk": "^1.30.0" }, "bin": { "compare-mcp": "compare-cli-mcp.mjs" @@ -52,12 +52,12 @@ } }, "node_modules/@modelcontextprotocol/sdk": { - "version": "1.29.0", - "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.29.0.tgz", - "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==", + "version": "1.30.0", + "resolved": "https://registry.npmjs.org/@modelcontextprotocol/sdk/-/sdk-1.30.0.tgz", + "integrity": "sha512-xKd8OIzlqNzcqcNumGAa6g+PW2kjD5vrpcKOnfldAUPP3j7lnqMPwlTXQm8gF+UwH72z0lqaRbjr9hqGz0eITA==", "license": "MIT", "dependencies": { - "@hono/node-server": "^1.19.9", + "@hono/node-server": "^1.19.9 || ^2.0.5", "ajv": "^8.17.1", "ajv-formats": "^3.0.1", "content-type": "^1.0.5",