chia-blockchain-gui icon indicating copy to clipboard operation
chia-blockchain-gui copied to clipboard

[Snyk] Upgrade ws from 8.4.2 to 8.13.0

Open ChiaAutomation opened this issue 11 months ago • 1 comments

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


Snyk has created this PR to upgrade ws from 8.4.2 to 8.13.0.

:information_source: 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 11 versions ahead of your current version.
  • The recommended version was released 5 months ago, on 2023-03-10.
Release notes
Package name: ws
  • 8.13.0 - 2023-03-10

    Features

    • Added the finishRequest option to support late addition of headers (#2123).
  • 8.12.1 - 2023-02-13

    Bug fixes

    • Added browser condition to package.json (#2118).
  • 8.12.0 - 2023-01-07

    Features

    • Added support for utf-8-validate@6 (ff63bba).

    Other notable changes

  • 8.11.0 - 2022-11-06

    Features

    • WebSocket.prototype.addEventListener() now supports an event listener
      specified as an object with a handleEvent() method. (9ab743a).

    Bug fixes

    • WebSocket.prototype.addEventListener() now adds an event listener only if it
      is not already in the list of the event listeners for the specified event type
      (1cec17d).
  • 8.10.0 - 2022-10-24

    Features

    • Added an export for package.json (211d5d3).
  • 8.9.0 - 2022-09-22

    Features

    • Added the ability to connect to Windows named pipes (#2079).
  • 8.8.1 - 2022-07-15

    Bug fixes

    • The Authorization and Cookie headers are no longer sent if the original
      request for the opening handshake is sent to an IPC server and the client is
      redirected to another IPC server (bc8bd34).
  • 8.8.0 - 2022-06-09

    Features

    • Added the WS_NO_BUFFER_UTIL and WS_NO_UTF_8_VALIDATE environment
      variables (becf237).
  • 8.7.0 - 2022-05-26

    Features

    • Added the ability to inspect the invalid handshake requests and respond to
      them with a custom HTTP response. (6e5a5ce).

    Bug fixes

    • The handshake is now aborted if the Upgrade header field value in the HTTP
      response is not a case-insensitive match for the value "websocket" (0fdcc0a).
    • The Authorization and Cookie headers are no longer sent when following an
      insecure redirect (wss: to ws:) to the same host (d68ba9e).
  • 8.6.0 - 2022-05-01
  • 8.5.0 - 2022-02-07
  • 8.4.2 - 2022-01-14
from ws GitHub release notes
Commit messages
Package name: ws
  • 45e17ac [pkg] 8.13.0
  • 23acf8c [test] Fix nits
  • cd89e07 [feature] Add option to support late addition of headers (#2123)
  • b4b9d5a [test] Fix failing test when using the domain module (#2126)
  • 41dc56a [doc] Remove misleading information
  • a04578e [dist] 8.12.1
  • 0d114ef [pkg] Add browser condition (#2118)
  • 2862c2f [doc] Add error handlers to examples and code snippets
  • a3214d3 [dist] 8.12.0
  • 42d79f6 [minor] Use `buffer.isUtf8()` if possible
  • ff63bba [pkg] Update utf-8-validate to version 6.0.0
  • d412358 [minor] Fix nits
  • 2dc2812 [minor] Make `sendAfterClose()` call the callback in the next tick
  • fb1dfd2 [doc] Fix badge URL
  • 83c72cf [perf] Make `toBuffer()` use `FastBuffer`
  • 1b057f9 [minor] Fix nit
  • e6a32f8 [perf] Use `FastBuffer` instead of `Buffer#subarray()`
  • 9e0fd77 [minor] Use `Buffer#subarray()` instead of `Buffer#slice()`
  • a6fa37a [license] Update copyright notice
  • 8a8fc88 [minor] Validate the payload length of the close frame sooner
  • ea76193 [doc] Improve doc for the `callback` argument of `WebSocketServer`
  • afd8c62 [dist] 8.11.0
  • 1cec17d [fix] Add the same event listener only once
  • 9ab743a [feature] Add support for objets with a `handleEvent()` method

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

ChiaAutomation avatar Aug 25 '23 15:08 ChiaAutomation