From d69ccdd3471f534a34d2d3a15b8e36cbc9debbd5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 09:48:30 +0000 Subject: [PATCH] Bump hono from 4.9.4 to 4.9.9 Bumps [hono](https://github.com/honojs/hono) from 4.9.4 to 4.9.9. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.4...v4.9.9) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.9 dependency-type: direct:production update-type: version-update:semver-patch ... 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..da47077 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "wrangler": "4" }, "dependencies": { - "hono": "^4.9.2" + "hono": "^4.9.9" } } \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 04ed196..58281ba 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.9.9: + version "4.9.9" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.9.9.tgz#a32ee02a5a9c4be8e7f4d48e4e181e738a1d65d7" + integrity sha512-Hxw4wT6zjJGZJdkJzAx9PyBdf7ZpxaTSA0NfxqjLghwMrLBX8p33hJBzoETRakF3UJu6OdNQBZAlNSkGqKFukw== ignore@^5.2.0: version "5.3.2"