From 4e6296ca506fea0316b5dd5660010b5fe557cc24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 01:55:54 +0000 Subject: [PATCH] Bump hono from 4.11.9 to 4.12.7 Bumps [hono](https://github.com/honojs/hono) from 4.11.9 to 4.12.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.9...v4.12.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4d75b7f..b0ed76d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "@hono/node-server": "^1.19.9", "@modelcontextprotocol/sdk": "^1.4.0", "ajv": "^8.17.1", - "hono": "^4.11.9", + "hono": "^4.12.7", "js-yaml": "^4.1.0", "zod": "^4.3.6" }, @@ -1147,9 +1147,9 @@ } }, "node_modules/hono": { - "version": "4.11.9", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.9.tgz", - "integrity": "sha512-Eaw2YTGM6WOxA6CXbckaEvslr2Ne4NFsKrvc0v97JD5awbmeBLO5w9Ho9L9kmKonrwF9RJlW6BxT1PVv/agBHQ==", + "version": "4.12.7", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.7.tgz", + "integrity": "sha512-jq9l1DM0zVIvsm3lv9Nw9nlJnMNPOcAtsbsgiUhWcFzPE99Gvo6yRTlszSLLYacMeQ6quHD6hMfId8crVHvexw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 295e8aa..6c006b3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@hono/node-server": "^1.19.9", "@modelcontextprotocol/sdk": "^1.4.0", "ajv": "^8.17.1", - "hono": "^4.11.9", + "hono": "^4.12.7", "js-yaml": "^4.1.0", "zod": "^4.3.6" },