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", 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",