From d5dc4afb0fc2fc647368110fff83a87c1efe7062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 07:39:50 +0000 Subject: [PATCH] feat(deps): Bump hono from 4.12.27 to 4.12.34 Bumps [hono](https://github.com/honojs/hono) from 4.12.27 to 4.12.34. - [Release notes](https://github.com/honojs/hono/releases) - [Commits](https://github.com/honojs/hono/compare/v4.12.27...v4.12.34) --- updated-dependencies: - dependency-name: hono dependency-version: 4.12.34 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 28b20d2d62a3..bebabc677c8b 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.27", + "hono": "^4.12.34", "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 f6d2fc8cddde..57b050c574fa 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.27", + "hono": "^4.12.34", "openai": "5.18.1" }, "devDependencies": { diff --git a/dev-packages/node-integration-tests/package.json b/dev-packages/node-integration-tests/package.json index 94d44be6d7ac..2cacb3b630f1 100644 --- a/dev-packages/node-integration-tests/package.json +++ b/dev-packages/node-integration-tests/package.json @@ -69,7 +69,7 @@ "generic-pool": "^3.9.0", "graphql": "^16.11.0", "graphql-tag": "^2.12.6", - "hono": "^4.12.27", + "hono": "^4.12.34", "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 c5c4cf35fb14..fefed09926bb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18410,10 +18410,10 @@ homedir-polyfill@^1.0.1: dependencies: parse-passwd "^1.0.0" -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== +hono@^4.12.34: + version "4.12.34" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.34.tgz#9d6fb4ff01d6a8fa3a0290b4e120da19ea181b9b" + integrity sha512-GqXJqY/xJkJmuloTrnV1ZEXG3fqte+VjkUqoRNZXcrUidiUOP4fMSIHHY4tsqZBK++kVyWmt/AAfSUuy57/eSA== hookable@^5.5.3: version "5.5.3"