From f5358ce733dff16967fdb547b3fd07ed2205d9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 19:14:37 +0000 Subject: [PATCH] chore(deps): bump hono from 4.8.2 to 4.11.7 in /benchmarks/runner Bumps [hono](https://github.com/honojs/hono) from 4.8.2 to 4.11.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.2...v4.11.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.11.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- benchmarks/runner/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmarks/runner/package.json b/benchmarks/runner/package.json index 2a9e83fe..3ec8675d 100644 --- a/benchmarks/runner/package.json +++ b/benchmarks/runner/package.json @@ -21,7 +21,7 @@ "@kitajs/bench-html-vhtml": "workspace:*", "common-tags": "1.8.2", "ghtml": "3.1.2", - "hono": "4.8.2", + "hono": "4.11.7", "html-minifier": "4.0.0", "jsxte": "3.3.1", "mitata": "1.0.34",