From 1fe8261fbda998c9ffb0d17e9d65a3dac8f23b63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 08:40:50 -0700 Subject: [PATCH] Bump hono from 4.12.27 to 4.12.34 (#524) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package-lock.json | 8 ++++---- plugins-external/mcp-server/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index b339f78b..cf5ff9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9262,9 +9262,9 @@ } }, "node_modules/hono": { - "version": "4.12.27", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz", - "integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==", + "version": "4.12.34", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.34.tgz", + "integrity": "sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -17298,7 +17298,7 @@ "@hono/mcp": "^0.2.3", "@hono/node-server": "^2.0.10", "@modelcontextprotocol/sdk": "^1.26.0", - "hono": "^4.12.27", + "hono": "^4.12.34", "zod": "^3.25.76" }, "devDependencies": { diff --git a/plugins-external/mcp-server/package.json b/plugins-external/mcp-server/package.json index 8e81cca4..beef3369 100644 --- a/plugins-external/mcp-server/package.json +++ b/plugins-external/mcp-server/package.json @@ -17,7 +17,7 @@ "@hono/mcp": "^0.2.3", "@hono/node-server": "^2.0.10", "@modelcontextprotocol/sdk": "^1.26.0", - "hono": "^4.12.27", + "hono": "^4.12.34", "zod": "^3.25.76" }, "devDependencies": {