diff --git a/deno.json b/deno.json index 8db81b81..04b1fe53 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.24", + "@hono/hono": "jsr:@hono/hono@4.12.26", "@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 860a0666..ad183de4 100644 --- a/deno.lock +++ b/deno.lock @@ -1,7 +1,7 @@ { "version": "5", "specifiers": { - "jsr:@hono/hono@4.12.24": "4.12.24", + "jsr:@hono/hono@4.12.26": "4.12.26", "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.24": { - "integrity": "a74a40f06ae6704ddd0e8e576f6da9d34666c3e1e0f5412a2c1ff800ffd092f4" + "@hono/hono@4.12.26": { + "integrity": "f473c70caaa2bb4aad40354195aef58a58c685692d701e1349d1abbf08da22bd" }, "@std/assert@1.0.19": { "integrity": "eaada96ee120cb980bc47e040f82814d786fe8162ecc53c91d8df60b8755991e", @@ -202,7 +202,7 @@ }, "workspace": { "dependencies": [ - "jsr:@hono/hono@4.12.24", + "jsr:@hono/hono@4.12.26", "jsr:@std/assert@1.0.19", "jsr:@std/http@1.1.1", "jsr:@std/path@1.1.5",