From 174c01b7ca5ec18fe7da66fff15465324a5a271b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 15:41:57 +0000 Subject: [PATCH] Bump hono in the npm_and_yarn group across 1 directory Bumps the npm_and_yarn group with 1 update in the / directory: [hono](https://github.com/honojs/hono). Updates `hono` from 4.9.2 to 4.9.6 - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.9.2...v4.9.6) --- updated-dependencies: - dependency-name: hono dependency-version: 4.9.6 dependency-type: direct:production dependency-group: npm_and_yarn ... 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 1d4f4c3..3dbb128 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "tsc": "tsc --noEmit --skipLibCheck" }, "dependencies": { - "hono": "^4.9.2" + "hono": "^4.9.6" }, "devDependencies": { "@cloudflare/workers-types": "^4.20250816.0", diff --git a/yarn.lock b/yarn.lock index 9894eab..6384f2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -981,10 +981,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.2" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.9.2.tgz#ac45a41707da1966134df11cc0b43389098e29d8" - integrity sha512-UG2jXGS/gkLH42l/1uROnwXpkjvvxkl3kpopL3LBo27NuaDPI6xHNfuUSilIHcrBkPfl4y0z6y2ByI455TjNRw== +hono@^4.9.6: + version "4.9.6" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.9.6.tgz#fe1f37ec78f574b9ddcffa1d79d399b3a8a12d31" + integrity sha512-doVjXhSFvYZ7y0dNokjwwSahcrAfdz+/BCLvAMa/vHLzjj8+CFyV5xteThGUsKdkaasgN+gF2mUxao+SGLpUeA== ignore@^5.2.0: version "5.3.2"