fix(deps): update dependency ws to v8.5.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| ws | 8.2.3 -> 8.5.0 |
||||
| @types/ws | 8.2.2 -> 8.5.3 |
Release Notes
websockets/ws
v8.5.0
Features
- Added the ability to use a custom
WebSocketclass on the server (#2007).
Bug fixes
- When following redirects, the
AuthorizationandCookieheaders are no longer sent if the redirect host is different from the original host (#2013).
v8.4.2
Bug fixes
- Fixed a data framing issue introduced in version 8.4.1 (#2004).
v8.4.1
Notable changes
- To improve performance, strings sent via
websocket.ping(),websocket.pong(), andwebsocket.send()are no longer converted toBuffers if the data does not need to be masked (#2000).
v8.4.0
Features
- Added ability to generate custom masking keys (#1990).
v8.3.0
Features
- Added ability to pause and resume a
WebSocket(0a8c7a9).
Bug fixes
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by WhiteSource Renovate. View repository job log here.
⚠️ No Changeset found
Latest commit: 0db205b4c2df8b30dd6be3b53559c07b13bd504c
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR