diff --git a/deno.json b/deno.json index 08973a73..8db81b81 100644 --- a/deno.json +++ b/deno.json @@ -14,7 +14,7 @@ "test:cov": "deno task test --coverage --junit-path='junit.xml'" }, "imports": { - "@hono/hono": "jsr:@hono/hono@4.12.23", + "@hono/hono": "jsr:@hono/hono@4.12.24", "@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 56374e64..860a0666 100644 --- a/deno.lock +++ b/deno.lock @@ -1,7 +1,7 @@ { "version": "5", "specifiers": { - "jsr:@hono/hono@4.12.23": "4.12.23", + "jsr:@hono/hono@4.12.24": "4.12.24", "jsr:@std/assert@1.0.19": "1.0.19", "jsr:@std/assert@^1.0.19": "1.0.19", "jsr:@std/async@^1.4.0": "1.4.0", @@ -24,8 +24,8 @@ "npm:@octokit/rest@22.0.1": "22.0.1" }, "jsr": { - "@hono/hono@4.12.23": { - "integrity": "9d9f3da498f69c311b5f92d973eb3b8ebc973b5fd2b4972781b556e07818a745" + "@hono/hono@4.12.24": { + "integrity": "a74a40f06ae6704ddd0e8e576f6da9d34666c3e1e0f5412a2c1ff800ffd092f4" }, "@std/assert@1.0.19": { "integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e", @@ -202,7 +202,7 @@ }, "workspace": { "dependencies": [ - "jsr:@hono/hono@4.12.23", + "jsr:@hono/hono@4.12.24", "jsr:@std/assert@1.0.19", "jsr:@std/http@1.1.1", "jsr:@std/path@1.1.5",