From c58a0446c8586903452c1b742c7d1a81210d9907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:23:46 +0000 Subject: [PATCH] Bump hono from 4.8.3 to 4.10.3 Bumps [hono](https://github.com/honojs/hono) from 4.8.3 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.8.3...v4.10.3) --- updated-dependencies: - dependency-name: hono dependency-version: 4.10.3 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 97bdcab..1c62879 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.6", }, "devDependencies": { "@cloudflare/workers-types": "4.20250620.0", @@ -429,7 +429,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.6", "", {}, "sha512-BIdolzGpDO9MQ4nu3AUuDwHZZ+KViNm+EZ75Ae55eMXMqLVhDFqEMXxtUe9Qh8hjL+pIna/frs2j6Y2yD5Ua/g=="], "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 e3dc484..db9016f 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.6" }, "description": "Fetch data from the Discord API and save it in the database", "main": "index.js",