Bump websocket-driver from 0.7.4 to 0.7.5 - #6074
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/websocket-driver-0.7.5
branch
5 times, most recently
from
July 17, 2026 23:01
287aa47 to
f298229
Compare
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/websocket-driver-0.7.5
branch
3 times, most recently
from
July 27, 2026 21:38
ad2b89c to
f2d7973
Compare
Bumps [websocket-driver](https://github.com/faye/websocket-driver-node) from 0.7.4 to 0.7.5. - [Changelog](https://github.com/faye/websocket-driver-node/blob/main/CHANGELOG.md) - [Commits](faye/websocket-driver-node@0.7.4...0.7.5) --- updated-dependencies: - dependency-name: websocket-driver dependency-version: 0.7.5 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/npm_and_yarn/websocket-driver-0.7.5
branch
from
July 27, 2026 23:05
f2d7973 to
34726d7
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 websocket-driver from 0.7.4 to 0.7.5.
Changelog
Sourced from websocket-driver's changelog.
Commits
5d6a9aaBump version to 0.7.5c55679aFail the connection if a message is larger than the configured max length aft...5b197caClose a draft-75/76 connection if a length header grows to exceed the configu...fc93a48Test on Node v22, v24, and v262e82d34Test on recent versions of Nodee4962dbSwitch from Travis CI to GitHub Actions3f2f9b7Travis update: cache npm modules, remove sudo, run on Node 15Note
Low Risk
Lockfile-only dependency patch with stricter message-size enforcement in a transitive WebSocket driver; low behavioral risk for typical stacks.
Overview
Updates the lockfile so
websocket-driverresolves to 0.7.5 (pulled in transitively viafaye-websocket). No application source changes.0.7.5 tightens handling of oversized WebSocket traffic: draft-75/76 connections are closed when a length header would exceed the configured max, and connections fail when a post-extension message exceeds the max length.
Reviewed by Cursor Bugbot for commit 34726d7. Bugbot is set up for automated code reviews on this repo. Configure here.