From 40f6e95b5742fbc68095413ebd8dd37f656f82be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 18:40:42 +0000 Subject: [PATCH] feat(deps): Bump hono from 4.12.25 to 4.12.27 Bumps [hono](https://github.com/honojs/hono) from 4.12.25 to 4.12.27. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.25...v4.12.27) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.27 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-packages/bun-integration-tests/package.json | 2 +- dev-packages/cloudflare-integration-tests/package.json | 2 +- dev-packages/node-integration-tests/package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dev-packages/bun-integration-tests/package.json b/dev-packages/bun-integration-tests/package.json index f48c6ba10d6d..5601caddb316 100644 --- a/dev-packages/bun-integration-tests/package.json +++ b/dev-packages/bun-integration-tests/package.json @@ -16,7 +16,7 @@ "dependencies": { "@sentry/bun": "10.67.0", "@sentry/hono": "10.67.0", - "hono": "^4.12.25", + "hono": "^4.12.27", "mysql": "^2.18.1", "pg": "8.16.0" }, diff --git a/dev-packages/cloudflare-integration-tests/package.json b/dev-packages/cloudflare-integration-tests/package.json index 7bc1f14e8b5e..ae4ab0df173a 100644 --- a/dev-packages/cloudflare-integration-tests/package.json +++ b/dev-packages/cloudflare-integration-tests/package.json @@ -25,7 +25,7 @@ "@sentry/cloudflare": "10.67.0", "@sentry/core": "10.67.0", "@sentry/hono": "10.67.0", - "hono": "^4.12.25", + "hono": "^4.12.27", "openai": "5.18.1" }, "devDependencies": { diff --git a/dev-packages/node-integration-tests/package.json b/dev-packages/node-integration-tests/package.json index 8cfdf5b9f388..af80f35b0b67 100644 --- a/dev-packages/node-integration-tests/package.json +++ b/dev-packages/node-integration-tests/package.json @@ -70,7 +70,7 @@ "generic-pool": "^3.9.0", "graphql": "^16.11.0", "graphql-tag": "^2.12.6", - "hono": "^4.12.25", + "hono": "^4.12.27", "http-terminator": "^3.2.0", "ioredis": "5.10.1", "ioredis-5": "npm:ioredis@^5.11.0", diff --git a/yarn.lock b/yarn.lock index 5ac48bab57e6..574f24884060 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18333,10 +18333,10 @@ homedir-polyfill@^1.0.1: dependencies: parse-passwd "^1.0.0" -hono@^4.12.25: - version "4.12.25" - resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.25.tgz#f2d9996a54e8c9c0c5f5de1c8f3a962e43a98c4e" - integrity sha512-2NFaIyNVgJmBs/ecmtGzlmluTFs5cHEWGTdu0t1HBwYzoGXOL5nUQBRMXsXWla5i4KkG//QMzVP88m1+I3fdAQ== +hono@^4.12.27: + version "4.12.27" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.27.tgz#d9527b2c6e1da331731610889d1ddaea2c1d2b40" + integrity sha512-1yrb/+w6HWQJrUCLkJ2IF5jNIPvvFkblV5RNOYl6bV+OA6p9GLcMpHFFGTosSvHvcAUibuUukRqhlYI4z32C7Q== hookable@^5.5.3: version "5.5.3"