From 7a62ff38b2fd0512f8efc5837f7558ef70feef80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 21:06:05 +0000 Subject: [PATCH] Bump hono from 4.11.9 to 4.12.5 Bumps [hono](https://github.com/honojs/hono) from 4.11.9 to 4.12.5. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.9...v4.12.5) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.5 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..ff6642d 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.5", "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.5", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.5.tgz", + "integrity": "sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZbg8p8B88iDBBAYSfZDS75t8MN7Vg==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 295e8aa..40c8a6e 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.5", "js-yaml": "^4.1.0", "zod": "^4.3.6" },