chore(deps): bump ws and engine.io-client in /frontend#4137
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump ws and engine.io-client in /frontend#4137dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
|
|
Contributor
|
Your PR title doesn't contain a Jira issue key. Consider adding it for better traceability. Example:
Projects:
Please add a Jira issue key to your PR title. |
Bumps [ws](https://github.com/websockets/ws) and [engine.io-client](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `ws` from 8.19.0 to 8.20.1 - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@8.19.0...8.20.1) Updates `engine.io-client` from 6.6.4 to 6.6.5 - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/engine.io-client@6.6.4...engine.io-client@6.6.5) --- updated-dependencies: - dependency-name: engine.io-client dependency-version: 6.6.5 dependency-type: indirect - dependency-name: ws dependency-version: 8.20.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
9b9c50c to
6e6f4eb
Compare
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.
Bumps ws and engine.io-client. These dependencies needed to be updated together.
Updates
wsfrom 8.19.0 to 8.20.1Release notes
Sourced from ws's releases.
Commits
5d9b316[dist] 8.20.1c0327ec[security] Fix uninitialized memory disclosure inwebsocket.close()ce2a3d6[ci] Test on node 2658e45b8[ci] Do not test on node 255f26c24[ci] Run the lint step on node 248439255[dist] 8.20.0d3503c1[minor] Export thePerMessageDeflateclass and header utils3ee5349[api] Convert theisServerandmaxPayloadparameters to options91707b4[doc] Add missing space8b55319[pkg] Update eslint to version 10.0.1Updates
engine.io-clientfrom 6.6.4 to 6.6.5Release notes
Sourced from engine.io-client's releases.
Commits
8413bcechore(release): engine.io-client@6.6.5c10fe07refactor(eio-client): improve JSDoc documentation9349b14refactor(eio-client): remove unused importffe51e2chore(release): engine.io@6.6.8f86b95ffix(eio): clean up resources upon WebTransport handshake failure4276e59refactor(eio): fix typo in thecookieoption5257ef9chore(deps): upgrade to ws@8.20.1 (#5439)439a8f6chore(release): engine.io@6.6.7fc11285fix(eio): close HTTP requests with invalid content typeb059af6refactor(eio): use plain IncomingMessage in the public APINote
Low Risk
Lockfile-only dependency upgrades with no app code changes; low runtime risk aside from routine regression testing of Socket.IO/WebSocket client behavior.
Overview
Updates
frontend/package-lock.jsononly so transitive Socket.IO / Engine.IO clients pick up patched WebSocket stacks.wsmoves from 8.18.3 (and a separate 8.19.0 copy under Storybook) to a single 8.20.1 resolution, including the fix for uninitialized memory disclosure whenwebsocket.close()is called with an unsupportedTypedArrayreason (CVE-2026-45736).engine.io-clientis bumped 6.6.4 → 6.6.5 so its declaredwsrange matches ~8.20.1. No application source files change—install graph / supply-chain hygiene for real-time client dependencies.Reviewed by Cursor Bugbot for commit 6e6f4eb. Bugbot is set up for automated code reviews on this repo. Configure here.