From 114027feeedfc69e16b49b0c3470095eeb4de302 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:06:31 +0000 Subject: [PATCH] Bump hono from 4.8.3 to 4.10.7 Bumps [hono](https://github.com/honojs/hono) from 4.8.3 to 4.10.7. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.3...v4.10.7) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.7 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bun.lock | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bun.lock b/bun.lock index bf4b80f..9fd4290 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "@supabase/supabase-js": "2.50.3", "discord-api-types": "0.38.20", "discord-markdown-parser": "1.2.0", - "hono": "4.8.3", + "hono": "4.10.7", }, "devDependencies": { "@cloudflare/workers-types": "4.20250620.0", @@ -433,7 +433,7 @@ "has-flag": ["has-flag@4.0.0", "", {}, "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ=="], - "hono": ["hono@4.8.3", "", {}, "sha512-jYZ6ZtfWjzBdh8H/0CIFfCBHaFL75k+KMzaM177hrWWm2TWL39YMYaJgB74uK/niRc866NMlH9B8uCvIo284WQ=="], + "hono": ["hono@4.10.7", "", {}, "sha512-icXIITfw/07Q88nLSkB9aiUrd8rYzSweK681Kjo/TSggaGbOX4RRyxxm71v+3PC8C/j+4rlxGeoTRxQDkaJkUw=="], "https-proxy-agent": ["https-proxy-agent@7.0.6", "", { "dependencies": { "agent-base": "^7.1.2", "debug": "4" } }, "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw=="], diff --git a/package.json b/package.json index fa91d87..4f1bb3d 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "@supabase/supabase-js": "2.50.3", "discord-api-types": "0.38.20", "discord-markdown-parser": "1.2.0", - "hono": "4.8.3" + "hono": "4.10.7" }, "description": "Fetch data from the Discord API and save it in the database", "main": "index.js",