From 97c3d1b2eaf3ae8c6382ef76fcc352c23083874c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:15:01 +0000 Subject: [PATCH 1/2] chore(deps): update dependency @hono/hono to v4.12.11 --- deno.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deno.json b/deno.json index 74f6997f..955f1bb2 100644 --- a/deno.json +++ b/deno.json @@ -15,7 +15,7 @@ "test:cov": "deno task test --coverage --junit-path='junit.xml'" }, "imports": { - "@hono/hono": "jsr:@hono/hono@4.12.10", + "@hono/hono": "jsr:@hono/hono@4.12.11", "@octokit/request-error": "npm:@octokit/request-error@7.1.0", "@octokit/rest": "npm:@octokit/rest@22.0.1", "@std/assert": "jsr:@std/assert@1.0.19", From 771990216f50f7b9e71f2f33fcb7ba61c98b703f Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 10:15:34 +0000 Subject: [PATCH 2/2] chore(deps): Update deno.lock --- deno.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deno.lock b/deno.lock index 89f958a5..25c29469 100644 --- a/deno.lock +++ b/deno.lock @@ -1,7 +1,7 @@ { "version": "5", "specifiers": { - "jsr:@hono/hono@4.12.10": "4.12.10", + "jsr:@hono/hono@4.12.11": "4.12.11", "jsr:@std/assert@1.0.19": "1.0.19", "jsr:@std/assert@^1.0.17": "1.0.19", "jsr:@std/async@^1.1.0": "1.2.0", @@ -26,8 +26,8 @@ "npm:@types/node@*": "22.15.15" }, "jsr": { - "@hono/hono@4.12.10": { - "integrity": "6e608e50bb13fd0933e86fda95d31c1ff57d1c8774ed585d6a8b8fc1bdd82c82" + "@hono/hono@4.12.11": { + "integrity": "d34149f6770d30d813ef41daa937e0e6665fd418819e1d5ab6fa06c398c5ad3c" }, "@std/assert@1.0.19": { "integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e", @@ -218,7 +218,7 @@ }, "workspace": { "dependencies": [ - "jsr:@hono/hono@4.12.10", + "jsr:@hono/hono@4.12.11", "jsr:@std/assert@1.0.19", "jsr:@std/http@1.0.25", "jsr:@std/path@1.1.4",