Skip to content

Bump websocket-driver from 0.7.4 to 0.7.5 - #6074

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/websocket-driver-0.7.5
Open

Bump websocket-driver from 0.7.4 to 0.7.5#6074
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/npm_and_yarn/websocket-driver-0.7.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 15, 2026

Copy link
Copy Markdown
Contributor

Bumps websocket-driver from 0.7.4 to 0.7.5.

Changelog

Sourced from websocket-driver's changelog.

0.7.5 / 2026-06-04

  • Close a draft-75/76 connection if a length header grows to exceed the configured max length
  • Fail the connection if a message is larger than the configured max length after extension processing
Commits
  • 5d6a9aa Bump version to 0.7.5
  • c55679a Fail the connection if a message is larger than the configured max length aft...
  • 5b197ca Close a draft-75/76 connection if a length header grows to exceed the configu...
  • fc93a48 Test on Node v22, v24, and v26
  • 2e82d34 Test on recent versions of Node
  • e4962db Switch from Travis CI to GitHub Actions
  • 3f2f9b7 Travis update: cache npm modules, remove sudo, run on Node 15
  • See full diff in compare view


Note

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-driver resolves to 0.7.5 (pulled in transitively via faye-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.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/websocket-driver-0.7.5 branch 5 times, most recently from 287aa47 to f298229 Compare July 17, 2026 23:01
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/websocket-driver-0.7.5 branch 3 times, most recently from ad2b89c to f2d7973 Compare July 27, 2026 21:38
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
dependabot Bot force-pushed the dependabot/npm_and_yarn/websocket-driver-0.7.5 branch from f2d7973 to 34726d7 Compare July 27, 2026 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants