fix(deps): update dependency ws to v8.14.2
This MR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
ws | 8.13.0 -> 8.14.2 |
||||
@types/ws (source) | 8.5.4 -> 8.5.6 |
Release Notes
websockets/ws
v8.14.2
Bug fixes
- Fixed an issue that allowed errors thrown by failed assertions to be
swallowed when running tests (
7f4e1a7
).
v8.14.1
Bug fixes
v8.14.0
Features
- The
WebSocket
constructor now accepts HTTP(S) URLs (#2162). - The
socket
argument ofserver.handleUpgrade()
can now be a genericDuplex
stream (#2165).
Other notable changes
- At most one event per microtask is now emitted (#2160).
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Renovate Bot