From 8328b816363073bd6d69d9e8c7ddae11bda4277b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:02:52 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.27 to 4.12.34 in /mcp Bumps [hono](https://github.com/honojs/hono) from 4.12.27 to 4.12.34. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.34) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.34 dependency-type: direct:production ... 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 81b58a7..0171f4e 100644 --- a/mcp/package.json +++ b/mcp/package.json @@ -18,7 +18,7 @@ }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", - "hono": "4.12.27", + "hono": "4.12.34", "ip-address": "^10.2.0", "openai": "^6.44.0", "pg": "^8.22.0",