From b40a55bb1d073971ac32dff88c23056c8bf8023b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 08:56:50 +0000 Subject: [PATCH] Bump hono from 4.9.4 to 4.10.3 Bumps [hono](https://github.com/honojs/hono) from 4.9.4 to 4.10.3. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.4...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] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dc8f714..0e04995 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "wrangler": "4" }, "dependencies": { - "hono": "^4.9.2" + "hono": "^4.10.3" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 04ed196..93ddec1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1397,10 +1397,10 @@ has-flag@^4.0.0: resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b" integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== -hono@^4.9.2: - version "4.9.4" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.9.4.tgz#cc50f0d18136aa14e0ca920b8daa469faa6fb5ba" - integrity sha512-61hl6MF6ojTl/8QSRu5ran6GXt+6zsngIUN95KzF5v5UjiX/xnrLR358BNRawwIRO49JwUqJqQe3Rb2v559R8Q== +hono@^4.10.3: + version "4.10.3" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.10.3.tgz#4e4063eebaac2b735ca4c7455b4d7a6339afc251" + integrity sha512-2LOYWUbnhdxdL8MNbNg9XZig6k+cZXm5IjHn2Aviv7honhBMOHb+jxrKIeJRZJRmn+htUCKhaicxwXuUDlchRA== ignore@^5.2.0: version "5.3.2"