Skip to content

Commit 2109509

Browse files
chargomeclaude
andauthored
fix(deps): bump hono to 4.12.5 to fix multiple vulnerabilities (#19653)
Fixes Dependabot alerts #1125, #1126, #1127, #1128, #1129, #1130. - CVE-2026-29045: Arbitrary file access via serveStatic (high) - Cookie Attribute Injection via setCookie() (medium) - SSE Control Field Injection via writeSSE() (medium) @s1gr1d feel free to close this one if you want, but pls dismiss the alerts accordingly if this is the case Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f8336d2 commit 2109509

File tree

4 files changed

+7
-8
lines changed

4 files changed

+7
-8
lines changed

dev-packages/cloudflare-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@langchain/langgraph": "^1.0.1",
1717
"@sentry/cloudflare": "10.42.0",
1818
"@sentry/hono": "10.42.0",
19-
"hono": "^4.11.10"
19+
"hono": "^4.12.5"
2020
},
2121
"devDependencies": {
2222
"@cloudflare/workers-types": "^4.20250922.0",

dev-packages/e2e-tests/test-applications/cloudflare-hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@sentry/cloudflare": "latest || *",
15-
"hono": "4.11.10"
15+
"hono": "4.12.5"
1616
},
1717
"devDependencies": {
1818
"@cloudflare/vitest-pool-workers": "^0.8.31",

dev-packages/node-integration-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"generic-pool": "^3.9.0",
5757
"graphql": "^16.11.0",
5858
"graphql-tag": "^2.12.6",
59-
"hono": "^4.11.10",
59+
"hono": "^4.12.5",
6060
"http-terminator": "^3.2.0",
6161
"ioredis": "^5.4.1",
6262
"kafkajs": "2.2.4",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18604,10 +18604,10 @@ homedir-polyfill@^1.0.1:
1860418604
dependencies:
1860518605
parse-passwd "^1.0.0"
1860618606

18607-
hono@^4.11.10:
18608-
version "4.11.10"
18609-
resolved "https://registry.yarnpkg.com/hono/-/hono-4.11.10.tgz#0cb40d3d8e2ff764c761b4267b99e3c7a6edf6a0"
18610-
integrity sha512-kyWP5PAiMooEvGrA9jcD3IXF7ATu8+o7B3KCbPXid5se52NPqnOpM/r9qeW2heMnOekF4kqR1fXJqCYeCLKrZg==
18607+
hono@^4.12.5:
18608+
version "4.12.5"
18609+
resolved "https://registry.yarnpkg.com/hono/-/hono-4.12.5.tgz#8c16209b35040025d3f110d18f3b821de6cab00f"
18610+
integrity sha512-3qq+FUBtlTHhtYxbxheZgY8NIFnkkC/MR8u5TTsr7YZ3wixryQ3cCwn3iZbg8p8B88iDBBAYSfZDS75t8MN7Vg==
1861118611

1861218612
hookable@^5.5.3:
1861318613
version "5.5.3"
@@ -28096,7 +28096,6 @@ stylus@0.59.0, stylus@^0.59.0:
2809628096

2809728097
sucrase@^3.27.0, sucrase@^3.35.0, sucrase@getsentry/sucrase#es2020-polyfills:
2809828098
version "3.36.0"
28099-
uid fd682f6129e507c00bb4e6319cc5d6b767e36061
2810028099
resolved "https://codeload.github.com/getsentry/sucrase/tar.gz/fd682f6129e507c00bb4e6319cc5d6b767e36061"
2810128100
dependencies:
2810228101
"@jridgewell/gen-mapping" "^0.3.2"

0 commit comments

Comments
 (0)