From fd465be0c6774d3ac2c2bc9f44b582a279d27996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:33:43 +0000 Subject: [PATCH] chore(deps): bump hono from 4.12.23 to 4.12.24 in the patch group Bumps the patch group with 1 update: [hono](https://github.com/honojs/hono). Updates `hono` from 4.12.23 to 4.12.24 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.23...v4.12.24) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.24 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... 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 3ad823a..3929847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@hono/vite-ssg": "^0.3.3", "@mdx-js/rollup": "^3.1.1", "@resvg/resvg-js": "^2.6.2", - "hono": "^4.12.23", + "hono": "^4.12.24", "honox": "^0.1.56", "katex": "^0.17.0", "rehype-external-links": "^3.0.0", @@ -4831,9 +4831,9 @@ } }, "node_modules/hono": { - "version": "4.12.23", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.23.tgz", - "integrity": "sha512-eIaZ9qDgu7XV0pxOCrg7/WhnQ6Ivm22UcxhXx/A3dcbqbbYgBEkc6e/J/s7j2tS96zoB0S9VBdLwQNCWwUo4LA==", + "version": "4.12.24", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.24.tgz", + "integrity": "sha512-I36D1s+HgQc55KbhEr4iybfxv/9o1zdpw+XEM6dJa91LqQD0HCoSGdxpRJCZE+aavs87j4V3Ls2OJzq8C/U4iw==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 6c51e86..43181c5 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@hono/vite-ssg": "^0.3.3", "@mdx-js/rollup": "^3.1.1", "@resvg/resvg-js": "^2.6.2", - "hono": "^4.12.23", + "hono": "^4.12.24", "honox": "^0.1.56", "katex": "^0.17.0", "rehype-external-links": "^3.0.0",