From 8a5f101f3084b7ff50ded06672fd53b7ae94dc02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 19:37:33 +0000 Subject: [PATCH] build(deps): Bump @hono/node-server and @modelcontextprotocol/sdk Bumps [@hono/node-server](https://github.com/honojs/node-server) to 2.0.12 and updates ancestor dependency [@modelcontextprotocol/sdk](https://github.com/modelcontextprotocol/typescript-sdk). These dependencies need to be updated together. Updates `@hono/node-server` from 1.19.17 to 2.0.12 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.19.17...v2.0.12) 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: "@hono/node-server" dependency-version: 2.0.12 dependency-type: indirect - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../resource-subscribe-client/package-lock.json | 10 +++++----- .../mcp.proxy/resource-subscribe-client/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/mcp.proxy/resource-subscribe-client/package-lock.json b/examples/mcp.proxy/resource-subscribe-client/package-lock.json index 5077cdfc1b..1557c7c28c 100644 --- a/examples/mcp.proxy/resource-subscribe-client/package-lock.json +++ b/examples/mcp.proxy/resource-subscribe-client/package-lock.json @@ -8,7 +8,7 @@ "name": "resource-subscribe-client", "version": "1.0.0", "dependencies": { - "@modelcontextprotocol/sdk": "1.29.0" + "@modelcontextprotocol/sdk": "1.30.0" } }, "node_modules/@hono/node-server": { @@ -24,12 +24,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", diff --git a/examples/mcp.proxy/resource-subscribe-client/package.json b/examples/mcp.proxy/resource-subscribe-client/package.json index 21e112655c..b31935e967 100644 --- a/examples/mcp.proxy/resource-subscribe-client/package.json +++ b/examples/mcp.proxy/resource-subscribe-client/package.json @@ -5,6 +5,6 @@ "type": "module", "description": "Headless MCP client that subscribes to an everything resource through the Zilla mcp proxy and waits for a relayed notifications/resources/updated", "dependencies": { - "@modelcontextprotocol/sdk": "1.29.0" + "@modelcontextprotocol/sdk": "1.30.0" } }