HowProgrammingWorks / NodejsStarterKit

Starter Kit for Node.js 16 or later, minimum dependencies 🚀
http://metarhia.com
MIT License
462 stars 102 forks source link

[Snyk] Upgrade ws from 7.4.0 to 7.4.2 #187

Closed tshemsedinov closed 3 years ago

tshemsedinov commented 3 years ago

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

merge advice :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.


Release notes
Package name: ws
  • 7.4.2 - 2020-12-29

    Bug fixes

    • Silenced a deprecation warning (a2c0d44).
  • 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
  • d1a8af4 [dist] 7.4.2
  • 48a2349 [pkg] Update eslint-config-prettier to version 7.1.0
  • a2c0d44 [minor] Silence deprecation warning
  • 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

tshemsedinov commented 3 years ago

Closed in favour of https://github.com/HowProgrammingWorks/NodejsStarterKit/pull/191