From a7bb9cd644f30ad8511e3dceb4cc840093efa79c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 19:54:45 +0000 Subject: [PATCH] Bump @hono/node-server and @modelcontextprotocol/sdk Bumps [@hono/node-server](https://github.com/honojs/node-server) to 2.1.0 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.12 to 2.1.0 - [Release notes](https://github.com/honojs/node-server/releases) - [Commits](https://github.com/honojs/node-server/compare/v1.19.12...v2.1.0) 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.1.0 dependency-type: indirect - dependency-name: "@modelcontextprotocol/sdk" dependency-version: 1.30.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../approval-mcpapp/package-lock.json | 10 +++++----- .../approval-mcpapp/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/extend-m365-copilot/path-e-lab11-mcp-app-start/approval-mcpapp/package-lock.json b/src/extend-m365-copilot/path-e-lab11-mcp-app-start/approval-mcpapp/package-lock.json index be62a0c0d..35e26f733 100644 --- a/src/extend-m365-copilot/path-e-lab11-mcp-app-start/approval-mcpapp/package-lock.json +++ b/src/extend-m365-copilot/path-e-lab11-mcp-app-start/approval-mcpapp/package-lock.json @@ -12,7 +12,7 @@ "@fluentui/react-components": "^9.56.0", "@fluentui/react-icons": "^2.0.0", "@modelcontextprotocol/ext-apps": "^1.0.0", - "@modelcontextprotocol/sdk": "^1.24.0", + "@modelcontextprotocol/sdk": "^1.30.0", "cors": "^2.8.5", "express": "^5.1.0", "react": "^19.1.0", @@ -2942,12 +2942,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/src/extend-m365-copilot/path-e-lab11-mcp-app-start/approval-mcpapp/package.json b/src/extend-m365-copilot/path-e-lab11-mcp-app-start/approval-mcpapp/package.json index 3d8d353e7..7c2f548c1 100644 --- a/src/extend-m365-copilot/path-e-lab11-mcp-app-start/approval-mcpapp/package.json +++ b/src/extend-m365-copilot/path-e-lab11-mcp-app-start/approval-mcpapp/package.json @@ -15,7 +15,7 @@ "dependencies": { "@azure/data-tables": "^13.3.0", "@modelcontextprotocol/ext-apps": "^1.0.0", - "@modelcontextprotocol/sdk": "^1.24.0", + "@modelcontextprotocol/sdk": "^1.30.0", "@fluentui/react-components": "^9.56.0", "@fluentui/react-icons": "^2.0.0", "cors": "^2.8.5",