From 20a4dd8372c1ce0439413abca5a0efb4e501bee7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 03:17:10 +0000 Subject: [PATCH] build(deps): bump hono from 4.12.25 to 4.12.27 Bumps [hono](https://github.com/honojs/hono) from 4.12.25 to 4.12.27. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.25...v4.12.27) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.27 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 523f219..38e8807 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@astrojs/starlight": ">=0.35.0", "astro": "^6.4.8", "fflate": "^0.7.3", - "hono": "^4.12.25", + "hono": "^4.12.27", "rehype-external-links": "^3.0.0", "sharp": "^0.33.0" }, @@ -4071,9 +4071,9 @@ } }, "node_modules/hono": { - "version": "4.12.25", - "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.25.tgz", - "integrity": "sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ==", + "version": "4.12.27", + "resolved": "https://registry.npmjs.org/hono/-/hono-4.12.27.tgz", + "integrity": "sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q==", "license": "MIT", "engines": { "node": ">=16.9.0" diff --git a/package.json b/package.json index 8b8bd6f..a5463bb 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@astrojs/starlight": ">=0.35.0", "astro": "^6.4.8", "fflate": "^0.7.3", - "hono": "^4.12.25", + "hono": "^4.12.27", "rehype-external-links": "^3.0.0", "sharp": "^0.33.0" },