Skip to content

Bump websocket-driver from 0.7.4 to 0.7.5 - #818

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

Bump websocket-driver from 0.7.4 to 0.7.5#818
dependabot[bot] wants to merge 1 commit into
mainfrom
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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

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 added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 15, 2026
mtuchi added a commit that referenced this pull request Jul 27, 2026
Covers all open Dependabot PRs (#811-#825) not already fixed:

- shell-quote 1.8.4 -> 1.10.0 (#825)
- fast-uri 3.1.2 -> 3.1.4 (#823)
- dompurify 3.4.1/3.4.2 -> 3.4.12 (#822)
- svgo 3.3.3 -> 3.3.4 (#821)
- websocket-driver 0.7.4 -> 0.7.5 (#818)
- js-yaml 3.14.2 -> 3.15.0 (#817)
- webpack-dev-server 5.2.4 -> 5.2.6 (#816)
- http-proxy-middleware 2.0.9 -> 2.0.10 (#815)
- @babel/core 7.25.2/7.27.4 -> 7.29.7 (#814)
- ws 7.5.10 -> 7.5.13, 8.18.3 -> 8.21.1 (#813)
- launch-editor 2.12.0 -> 2.14.1 (#811)

Also dedupes mermaid (theme-mermaid's >=11.6.0 was resolving to the
11.6.0 floor) to the already-pinned 11.15.0 via a resolution, clearing
the remaining 6 moderate advisories.

Audit is now clean except the documented brace-expansion 1.x advisory,
which has no compatible patch.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
josephjclark pushed a commit that referenced this pull request Jul 27, 2026
…escaping (#826)

* Fix high-severity dependency vulnerabilities

- axios 1.16.0 -> 1.18.0 (inherited-proxy issue in Node HTTP adapter)
- form-data 4.0.4/4.0.5 -> 4.0.6 (CRLF injection via multipart field names)
- sharp 0.34.2 -> 0.35.3 (inherited libvips CVEs: CVE-2026-33327/33328/35590/35591)
- brace-expansion 5.0.6 -> 5.0.8 (unbounded-expansion OOM DoS)
- brace-expansion 1.1.11 -> 1.1.16 (ReDoS, GHSA-v6h2-p8h4-qcjw)

Known remaining: brace-expansion 1.1.16 (via @docusaurus/core >
serve-handler > minimatch@3) is still flagged by the unbounded-expansion
advisory, which is only patched in 5.0.8. v5 is API-incompatible with
minimatch@3 and the whole chain is already at its latest versions, so no
safe fix exists; it only affects the local `docusaurus serve` command.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* Refresh remaining Dependabot-flagged dependencies

Covers all open Dependabot PRs (#811-#825) not already fixed:

- shell-quote 1.8.4 -> 1.10.0 (#825)
- fast-uri 3.1.2 -> 3.1.4 (#823)
- dompurify 3.4.1/3.4.2 -> 3.4.12 (#822)
- svgo 3.3.3 -> 3.3.4 (#821)
- websocket-driver 0.7.4 -> 0.7.5 (#818)
- js-yaml 3.14.2 -> 3.15.0 (#817)
- webpack-dev-server 5.2.4 -> 5.2.6 (#816)
- http-proxy-middleware 2.0.9 -> 2.0.10 (#815)
- @babel/core 7.25.2/7.27.4 -> 7.29.7 (#814)
- ws 7.5.10 -> 7.5.13, 8.18.3 -> 8.21.1 (#813)
- launch-editor 2.12.0 -> 2.14.1 (#811)

Also dedupes mermaid (theme-mermaid's >=11.6.0 was resolving to the
11.6.0 floor) to the already-pinned 11.15.0 via a resolution, clearing
the remaining 6 moderate advisories.

Audit is now clean except the documented brace-expansion 1.x advisory,
which has no compatible patch.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* Escape MDX-breaking characters in generated adaptor changelogs and readmes

The gmail adaptor 3.0.0 changelog contains "in <3.0", which MDX parses
as a JSX tag start and fails the build (test-deploy CI). Extract the
code-block-aware escaping already used for jsdoc braces into an
escapeMdx() helper, add escaping of "<" when not followed by a
character that can start a JSX tag or HTML comment, and apply it to
changelog and readme generation too.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>

* remove comments

---------

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 27, 2026

Copy link
Copy Markdown
Contributor Author

Looks like websocket-driver is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 27, 2026
@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/websocket-driver-0.7.5 branch July 27, 2026 17:22
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

Status: Done

Development

Successfully merging this pull request may close these issues.

0 participants