chore: upgrade hono to 4.13.7 to address CVE-2026-84363, CVE-2026-84364, CVE-2026-84365 - #1643
Conversation
, CVE-2026-71850 Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Discards the abandoned hono ^4.13.2 work from closed PR #1597 in favour of a fresh refresh against current main. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want reviews to match your repository better? Bugbot Learning can learn team-specific rules from PR activity. A team admin can enable Learning in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 40b45ca. Configure here.
Refreshes the yarn.lock entry for hono from 4.13.0 to 4.13.7. hono is a transitive dependency of @modelcontextprotocol/sdk, whose `^4.11.4` range already admitted the patched version, so no manifest change or resolution override is needed. Addresses CVE-2026-84363, CVE-2026-84364 and CVE-2026-84365. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (26)
|

Fixes SOU-2203
Fixes SOU-2204
Fixes SOU-2205
Refreshes the
yarn.lockentry forhonofrom4.13.0to4.13.7.honois a transitive dependency of@modelcontextprotocol/sdk(used bypackages/web), requested at^4.11.4. That range already admitted the patched release, so this is a lockfile refresh only. Nopackage.jsonchange and noresolutionsoverride were needed.Advisories addressed
All three are patched in
4.13.5:parseBody()can cause memory exhaustiontoSSG()still writes files outside the output directoryVerification
yarn why honoreports every instance resolving tohono@npm:4.13.7, with no vulnerable version remaining in the graph.yarn workspace @sourcebot/web test --run— 140 files, 1440 tests passed.🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only dependency bump with no application code changes; risk is limited to transitive HTTP/MCP stack behavior in patched hono versions.
Overview
Bumps the resolved hono version from 4.13.0 to 4.13.7 in
yarn.lockto address CVE-2026-84363, CVE-2026-84364, and CVE-2026-84365. hono is pulled in transitively by@modelcontextprotocol/sdkinpackages/web(range^4.11.4), so there is nopackage.jsonor resolutions change—only a lockfile refresh.Documents the upgrade under Unreleased → Fixed in
CHANGELOG.md.Reviewed by Cursor Bugbot for commit 07cd3fa. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by cubic
Fixes SOU-2203, SOU-2204, and SOU-2205 by upgrading
honofrom4.13.0to4.13.7inyarn.lockto patch CVE-2026-84363, CVE-2026-84364, and CVE-2026-84365.honois a transitive dependency of@modelcontextprotocol/sdkinpackages/web, requested at^4.11.4, so this is a lockfile-only refresh with nopackage.jsonchange.Verification
yarn why honoreports every instance resolving tohono@npm:4.13.7with no vulnerable version remaining.yarn workspace @sourcebot/web test --runpasses (140 files, 1440 tests).CHANGELOG.mdentry under Unreleased → Fixed.Written for commit 07cd3fa. Summary will update on new commits.