Skip to content

[Snyk] Upgrade ws from 7.4.0 to 7.4.1 #1280

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 29, 2020

Conversation

snyk-bot
Copy link
Contributor

Snyk has created this PR to upgrade ws from 7.4.0 to 7.4.1.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 1 version ahead of your current version.
  • The recommended version was released 21 days ago, on 2020-12-04.
Release notes
Package name: ws
  • 7.4.1 - 2020-12-04

    Bug fixes

    • Added a workaround for a double 'error' event bug in Node.js < 13 which
      caused an uncaught error during the WebSocket handshake (38d6ab3).
  • 7.4.0 - 2020-11-08

    Features

    • The callback of WebSocketServer.prototype.handleUpgrade() now takes the
      client HTTP GET request as second argument (7d39f19).

    Bug fixes

    • Read-only properties are now read-only (eabed8f).
    • The CONNECTING, OPEN, CLOSING, CLOSED, binaryType, bufferedAmount,
      extensions, onclose, onerror, onmessage, onopen, protocol,
      readyState, and url properties are now enumerable (2069e68).
from ws GitHub release notes
Commit messages
Package name: ws
  • c171962 [dist] 7.4.1
  • 38d6ab3 [fix] Handle cases where the `'error'` event is emitted multiple times
  • 3d5066a [test] Check configurability and enumerability of WebSocket properties

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@codecov
Copy link

codecov bot commented Dec 25, 2020

Codecov Report

Merging #1280 (c4bcd73) into master (300caf2) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master     #1280   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           57        57           
  Lines         5434      5434           
  Branches      1219      1219           
=========================================
  Hits          5434      5434           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 300caf2...c4bcd73. Read the comment docs.

@davimacedo davimacedo merged commit 88d4ecd into master Dec 29, 2020
@dplewis dplewis deleted the snyk-upgrade-f650d09be49facb5f09f7ed9b8cf5f37 branch February 24, 2021 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants