diff --git a/dev-packages/bun-integration-tests/package.json b/dev-packages/bun-integration-tests/package.json index bebabc677c8b..31c824457976 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.34", + "hono": "^4.13.5", "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 edfdc7c78652..d815a1b2785f 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.34", + "hono": "^4.13.5", "openai": "5.18.1" }, "devDependencies": { diff --git a/dev-packages/node-integration-tests/package.json b/dev-packages/node-integration-tests/package.json index eada078172a5..a4d5fcfd9daa 100644 --- a/dev-packages/node-integration-tests/package.json +++ b/dev-packages/node-integration-tests/package.json @@ -71,7 +71,7 @@ "generic-pool": "^3.9.0", "graphql": "^16.11.0", "graphql-tag": "^2.12.7", - "hono": "^4.12.34", + "hono": "^4.13.5", "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 833a91e96f53..34e85fde3ab9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -17081,10 +17081,10 @@ homedir-polyfill@^1.0.1: dependencies: parse-passwd "^1.0.0" -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== +hono@^4.13.5: + version "4.13.5" + resolved "https://registry.yarnpkg.com/hono/-/hono-4.13.5.tgz#3df9463c4668a0321c39515309f5891e388e9709" + integrity sha512-O6+/eCYRkzzzy0rPWwKLiGBR1nFuUPZynnwjxN1MBA62NNqbT0wQEzQyK2gSO5yDIDB336sXQleAhOHrzlYyKw== hookable@^5.5.3: version "5.5.3"