chore: upgrade socket.io-parser to ^4.2.7 to address CVE-2026-69185 - #1542
Merged
Conversation
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Contributor
License Audit
Weak Copyleft Packages (informational)
Resolved Packages (8)
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes SOU-1819
Refreshes the
socket.io-parserlockfile entry from4.2.6to4.2.7, which addresses:4.2.7for the>=4.0.0 <4.2.7range used bysocket.io@4.x.socket.io-parseris a transitive dependency (socket.io@4.8.1via~4.2.4). The existing range already admitted the patched version, so this is a lockfile refresh (yarn up -R socket.io-parser) with nopackage.jsonchange and noresolutionsoverride.Verification
yarn why socket.io-parserreports4.2.7for the single requester; no4.2.6remains in the graph.yarn build:depssucceeds.yarn testpasses (1760 tests acrossqueryLanguage,shared,backend,web).🤖 Generated with Claude Code
Note
Low Risk
Lockfile-only transitive dependency bump with no application code changes; risk is limited to parser behavior in the existing Socket.IO stack (e.g. react-email preview tooling).
Overview
Bumps the transitive
socket.io-parserdependency from 4.2.6 to 4.2.7 via ayarn.lockrefresh only—nopackage.jsonor resolutions changes.socket.io@4.8.1already requests~4.2.4, so this pins the patched release in the lockfile.The upgrade addresses CVE-2026-69185: crafted Socket.IO packets with zero attachments could drive the server to buffer many binary attachments and exhaust memory.
The unreleased CHANGELOG entry records the security fix under Fixed.
Reviewed by Cursor Bugbot for commit a230768. Bugbot is set up for automated code reviews on this repo. Configure here.