From 97cd7b51777ae7b6c35eb7d6292354836f43dd3e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 01:45:12 +0000 Subject: [PATCH] build(deps): bump hono from 4.11.4 to 4.12.7 Bumps [hono](https://github.com/honojs/hono) from 4.11.4 to 4.12.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.11.4...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 3fbbb37b4..674277573 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "generic-pool": "^3.9.0", "hast-util-from-html": "^2.0.3", "hast-util-to-mdast": "^10.1.2", - "hono": "^4.11.4", + "hono": "^4.12.7", "hono-openapi": "^0.5.0-rc.3", "luxon": "^3.5.0", "mdast-util-gfm": "^3.1.0", @@ -3066,9 +3066,9 @@ } }, "node_modules/hono": { - "version": "4.11.4", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.11.4.tgz", - "integrity": "sha512-U7tt8JsyrxSRKspfhtLET79pU8K+tInj5QZXs1jSugO1Vq5dFj3kmZsRldo29mTBfcjDRVRXrEZ6LS63Cog9ZA==", + "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 3cd250218..478e2fc7c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "generic-pool": "^3.9.0", "hast-util-from-html": "^2.0.3", "hast-util-to-mdast": "^10.1.2", - "hono": "^4.11.4", + "hono": "^4.12.7", "hono-openapi": "^0.5.0-rc.3", "luxon": "^3.5.0", "mdast-util-gfm": "^3.1.0",