Release notes
*Sourced from [ws's releases](https://github.com/websockets/ws/releases).*
> ## 6.1.3
> # Bug fixes
>
> - Fixed a bug that, under certain circumstances, prevented the close frame from
> being parsed ([#1494](https://github-redirect.dependabot.com/websockets/ws/issues/1494)).
>
> ## 6.1.2
> # Bug fixes
>
> - Restored compatibility with Node.js < 6.13.0 (26436e0).
>
> ## 6.1.1
> # Bug fixes
>
> - Queued messages to send are now discarded if the permessage-deflate is enabled
> and the socket closes prematurely ([#1464](https://github-redirect.dependabot.com/websockets/ws/issues/1464), [#1471](https://github-redirect.dependabot.com/websockets/ws/issues/1471)).
>
> ## 6.1.0
> # Features
>
> - The WebSocket server now emits a `'close'` event when the server
> closes ([#1453](https://github-redirect.dependabot.com/websockets/ws/issues/1453)).
>
> ## 6.0.0
> # Breaking changes
>
> - Dropped support for Node.js 4 (d73885c).
> - Added a shim that throws an error when used if the package is bundled for the
> browser ([#1345](https://github-redirect.dependabot.com/websockets/ws/issues/1345)).
> - Added a `maxPayload` option on the client. Defaults to 100 MiB ([#1402](https://github-redirect.dependabot.com/websockets/ws/issues/1402)).
> - Dropped support for the `memLevel` and `level` options. Use
> `zlibDeflateOptions` instead. (80e2002).
>
> ## 5.2.2
> # Bug fixes
>
> - Fixed a use after invalidation bug introduced in 6046a28 (8aba871).
>
> ## 5.2.1
> # Bug fixes
>
> - Fixed a bug that could prevent buffered data from being processed under
> certain circumstances (6046a28).
>
> ## 5.2.0
> # Features
>
> - Added ability to specify custom headers when rejecting the handshake ([#1379](https://github-redirect.dependabot.com/websockets/ws/issues/1379)).
>
> ## 5.1.1
> ... (truncated)
Commits
- [`6fa6b8b`](https://github.com/websockets/ws/commit/6fa6b8b388ad002a7d754d9ccdfac73d2bf73bc2) [dist] 6.1.3
- [`6d2930a`](https://github.com/websockets/ws/commit/6d2930a65e541842053b2f8124865e9027cbab59) [minor] Fix style nit
- [`3df4809`](https://github.com/websockets/ws/commit/3df4809523bafcedf6e20908c26e33b2899b8011) [fix] Handle close frame which spans multiple packets ([#1494](https://github-redirect.dependabot.com/websockets/ws/issues/1494))
- [`c61218f`](https://github.com/websockets/ws/commit/c61218fa77e86b43712f97f1e11219668e59a7c4) chore(package): update prettier to version 1.16.1 ([#1492](https://github-redirect.dependabot.com/websockets/ws/issues/1492))
- [`4f88959`](https://github.com/websockets/ws/commit/4f889592d16a0347f9b1e4e022168a61121dde4d) chore(package): update eslint-config-prettier to version 3.6.0 ([#1491](https://github-redirect.dependabot.com/websockets/ws/issues/1491))
- [`f9d4b09`](https://github.com/websockets/ws/commit/f9d4b09ddb983c431d3be51d402cccf370b97696) [minor] Use `Array.prototype.includes()`
- [`63adb73`](https://github.com/websockets/ws/commit/63adb732a5722f7c44376f79ff11068945acf7e1) [minor] Set the handshake timeout via the `timeout` option
- [`f7b9470`](https://github.com/websockets/ws/commit/f7b947030657f1735afefadeab787f28f2777290) chore(package): update eslint-config-prettier to version 3.5.0 ([#1488](https://github-redirect.dependabot.com/websockets/ws/issues/1488))
- [`a515600`](https://github.com/websockets/ws/commit/a515600f415a5581d0728484e81e74475af02dde) [minor] Fix nit
- [`0236e99`](https://github.com/websockets/ws/commit/0236e999117d7c5233721efdfc3fbf3d9e007e7e) chore(package): update eslint-config-prettier to version 3.4.0 ([#1486](https://github-redirect.dependabot.com/websockets/ws/issues/1486))
- Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/1.0.1...6.1.3)
Maintainer changes
This version was pushed to npm by [lpinca](https://www.npmjs.com/~lpinca), a new releaser for ws since your current version.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/wlvstv/wopo/network/alerts).
Bumps ws from 1.0.1 to 6.1.3.
Release notes
*Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 6.1.3 > # Bug fixes > > - Fixed a bug that, under certain circumstances, prevented the close frame from > being parsed ([#1494](https://github-redirect.dependabot.com/websockets/ws/issues/1494)). > > ## 6.1.2 > # Bug fixes > > - Restored compatibility with Node.js < 6.13.0 (26436e0). > > ## 6.1.1 > # Bug fixes > > - Queued messages to send are now discarded if the permessage-deflate is enabled > and the socket closes prematurely ([#1464](https://github-redirect.dependabot.com/websockets/ws/issues/1464), [#1471](https://github-redirect.dependabot.com/websockets/ws/issues/1471)). > > ## 6.1.0 > # Features > > - The WebSocket server now emits a `'close'` event when the server > closes ([#1453](https://github-redirect.dependabot.com/websockets/ws/issues/1453)). > > ## 6.0.0 > # Breaking changes > > - Dropped support for Node.js 4 (d73885c). > - Added a shim that throws an error when used if the package is bundled for the > browser ([#1345](https://github-redirect.dependabot.com/websockets/ws/issues/1345)). > - Added a `maxPayload` option on the client. Defaults to 100 MiB ([#1402](https://github-redirect.dependabot.com/websockets/ws/issues/1402)). > - Dropped support for the `memLevel` and `level` options. Use > `zlibDeflateOptions` instead. (80e2002). > > ## 5.2.2 > # Bug fixes > > - Fixed a use after invalidation bug introduced in 6046a28 (8aba871). > > ## 5.2.1 > # Bug fixes > > - Fixed a bug that could prevent buffered data from being processed under > certain circumstances (6046a28). > > ## 5.2.0 > # Features > > - Added ability to specify custom headers when rejecting the handshake ([#1379](https://github-redirect.dependabot.com/websockets/ws/issues/1379)). > > ## 5.1.1 > ... (truncated)Commits
- [`6fa6b8b`](https://github.com/websockets/ws/commit/6fa6b8b388ad002a7d754d9ccdfac73d2bf73bc2) [dist] 6.1.3 - [`6d2930a`](https://github.com/websockets/ws/commit/6d2930a65e541842053b2f8124865e9027cbab59) [minor] Fix style nit - [`3df4809`](https://github.com/websockets/ws/commit/3df4809523bafcedf6e20908c26e33b2899b8011) [fix] Handle close frame which spans multiple packets ([#1494](https://github-redirect.dependabot.com/websockets/ws/issues/1494)) - [`c61218f`](https://github.com/websockets/ws/commit/c61218fa77e86b43712f97f1e11219668e59a7c4) chore(package): update prettier to version 1.16.1 ([#1492](https://github-redirect.dependabot.com/websockets/ws/issues/1492)) - [`4f88959`](https://github.com/websockets/ws/commit/4f889592d16a0347f9b1e4e022168a61121dde4d) chore(package): update eslint-config-prettier to version 3.6.0 ([#1491](https://github-redirect.dependabot.com/websockets/ws/issues/1491)) - [`f9d4b09`](https://github.com/websockets/ws/commit/f9d4b09ddb983c431d3be51d402cccf370b97696) [minor] Use `Array.prototype.includes()` - [`63adb73`](https://github.com/websockets/ws/commit/63adb732a5722f7c44376f79ff11068945acf7e1) [minor] Set the handshake timeout via the `timeout` option - [`f7b9470`](https://github.com/websockets/ws/commit/f7b947030657f1735afefadeab787f28f2777290) chore(package): update eslint-config-prettier to version 3.5.0 ([#1488](https://github-redirect.dependabot.com/websockets/ws/issues/1488)) - [`a515600`](https://github.com/websockets/ws/commit/a515600f415a5581d0728484e81e74475af02dde) [minor] Fix nit - [`0236e99`](https://github.com/websockets/ws/commit/0236e999117d7c5233721efdfc3fbf3d9e007e7e) chore(package): update eslint-config-prettier to version 3.4.0 ([#1486](https://github-redirect.dependabot.com/websockets/ws/issues/1486)) - Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/1.0.1...6.1.3)Maintainer changes
This version was pushed to npm by [lpinca](https://www.npmjs.com/~lpinca), a new releaser for ws since your current version.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/wlvstv/wopo/network/alerts).