diff --git a/deno.json b/deno.json index e98b621..b80139c 100644 --- a/deno.json +++ b/deno.json @@ -2,7 +2,7 @@ "imports": { "@discordeno/bot": "npm:@discordeno/bot@^21.0.0", "discordeno": "npm:discordeno@^21.0.0", - "hono": "jsr:@hono/hono@^4.13.5" + "hono": "jsr:@hono/hono@^4.13.7" }, "tasks": { "start": "deno run --watch-hmr --allow-net --allow-read --env-file --allow-env src/main.ts" diff --git a/deno.lock b/deno.lock index 3b86206..1c98dd0 100644 --- a/deno.lock +++ b/deno.lock @@ -1,13 +1,13 @@ { "version": "5", "specifiers": { - "jsr:@hono/hono@^4.13.5": "4.13.5", + "jsr:@hono/hono@^4.13.7": "4.13.7", "npm:@discordeno/bot@21": "21.0.0", "npm:discordeno@21": "21.0.0" }, "jsr": { - "@hono/hono@4.13.5": { - "integrity": "b5b10f340820d14d69add622452e88722d7e99e05e30cdeafcb90133fc752126" + "@hono/hono@4.13.7": { + "integrity": "90f83307462b2dd47c9a8028cf5e4827abedc74a53fd291a49130f1579fdcd79" } }, "npm": { @@ -66,7 +66,7 @@ }, "workspace": { "dependencies": [ - "jsr:@hono/hono@^4.13.5", + "jsr:@hono/hono@^4.13.7", "npm:@discordeno/bot@21", "npm:discordeno@21" ]