From a8c7fae98f0bf2fb4587a203b56af7f1a725402a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 12:06:11 +0000 Subject: [PATCH] build(deps): bump @hono/hono from 4.13.5 to 4.13.7 Bumps @hono/hono from 4.13.5 to 4.13.7. --- updated-dependencies: - dependency-name: "@hono/hono" dependency-version: 4.13.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- deno.json | 2 +- deno.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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" ]