Skip to content
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

[Snyk] Upgrade ws from 7.5.7 to 8.6.0 #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daniel-schel
Copy link
Member

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade ws from 7.5.7 to 8.6.0.

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.


Warning: This is a major version upgrade, and may be a breaking change.

  • The recommended version is 12 versions ahead of your current version.
  • The recommended version was released 21 days ago, on 2022-05-01.
Release notes
Package name: ws
  • 8.6.0 - 2022-05-01

    Features

    • Add the ability to remove confidential headers on a per-redirect basis (#2030).
  • 8.5.0 - 2022-02-07

    Features

    • Added the ability to use a custom WebSocket class on the server (#2007).

    Bug fixes

    • When following redirects, the Authorization and Cookie headers are no
      longer sent if the redirect host is different from the original host (#2013).
  • 8.4.2 - 2022-01-14

    Bug fixes

    • Fixed a data framing issue introduced in version 8.4.1 (#2004).
  • 8.4.1 - 2022-01-13

    Notable changes

    • To improve performance, strings sent via websocket.ping(),
      websocket.pong(), and websocket.send() are no longer converted to
      Buffers if the data does not need to be masked (#2000).
  • 8.4.0 - 2021-12-20

    Features

    • Added ability to generate custom masking keys (#1990).
  • 8.3.0 - 2021-11-23

    Features

    • Added ability to pause and resume a WebSocket (0a8c7a9).

    Bug fixes

    • Fixed a bug that could prevent the connection from being closed cleanly when
      using the stream API (ed2b803).
    • When following redirects, an error is now emitted and not thrown if the
      redirect URL is invalid (#1980).
  • 8.2.3 - 2021-10-02

    Bug fixes

    • When context takeover is enabled, messages are now compressed even if their size
      is below the value of the perMessageDeflate.threshold option (41ae563).
  • 8.2.2 - 2021-09-08

    Bug fixes

    • Some closing operations are now run only if needed (ec9377c).
  • 8.2.1 - 2021-08-28
  • 8.2.0 - 2021-08-18
  • 8.1.0 - 2021-08-11
  • 8.0.0 - 2021-07-28
  • 7.5.7 - 2022-02-07

    Bug fixes

from ws GitHub release notes
Commit messages
Package name: ws
  • ba214d9 [dist] 8.6.0
  • 8e3f118 [feature] Introduce the `'redirect'` event (#2030)
  • 69e6828 [ci] Test on node 18
  • 0b6eb71 [ci] Do not test on node 17
  • d062ded [example] Fix require path
  • 2cf6202 [example] Use the `WebSocket.WebSocket{,Server}` aliases
  • 62e9b19 [doc] Fix nits
  • 2619c00 [minor] Fix nit in comment
  • d086f4b [minor] Make `abortHandshake()` emit the error in the next tick
  • ff80d66 [test] Do not use a relative URL
  • dd3d5a7 [doc] document the default value of the `maxPayload` option (#2020)
  • 9c18b1e [ci] Update actions/checkout action to v3
  • 7cf94db [doc] Fix typo in code snippet (#2018)
  • a0524e1 [ci] Update actions/setup-node action to v3
  • c9d5436 [dist] 8.5.0
  • 6946f5f [security] Drop sensitive headers when following redirects (#2013)
  • 75fdfa9 [test] Fix nits
  • e1ddacc [feature] Introduce the `WebSocket` option (#2007)
  • 8a7016d [test] Simplify test
  • 33fd101 [dist] 8.4.2
  • 0c0754b [fix] Use the byte length of the data (#2004)
  • 6ebfeb8 [dist] 8.4.1
  • 5b7fbb0 [perf] Reduce buffer allocations (#2000)
  • 8de448f [test] Fix failing tests

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

@sonarcloud
Copy link

sonarcloud bot commented May 23, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

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.

None yet

2 participants