From 65514e3882092923ac932f1a02ae273daa3d92a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jan 2026 07:18:27 -0800 Subject: [PATCH] Bump hono from 4.11.3 to 4.11.4 (#364) --- 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 fee48c8c..d10e9014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7811,9 +7811,9 @@ } }, "node_modules/hono": { - "version": "4.11.3", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.3.tgz", - "integrity": "sha512-PmQi306+M/ct/m5s66Hrg+adPnkD5jiO6IjA7WhWw0gSBSo1EcRegwuI1deZ+wd5pzCGynCcn2DprnE4/yEV4w==", + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", + "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", "license": "MIT", "engines": { "node": ">=16.9.0" @@ -15743,7 +15743,7 @@ "@hono/mcp": "^0.2.3", "@hono/node-server": "^1.19.7", "@modelcontextprotocol/sdk": "^1.25.2", - "hono": "^4.11.3", + "hono": "^4.11.4", "zod": "^3.25.76" }, "devDependencies": { diff --git a/plugins-external/mcp-server/package.json b/plugins-external/mcp-server/package.json index f9ef3aa4..e7a468f8 100644 --- a/plugins-external/mcp-server/package.json +++ b/plugins-external/mcp-server/package.json @@ -18,7 +18,7 @@ "@hono/mcp": "^0.2.3", "@hono/node-server": "^1.19.7", "@modelcontextprotocol/sdk": "^1.25.2", - "hono": "^4.11.3", + "hono": "^4.11.4", "zod": "^3.25.76" }, "devDependencies": {