Release notes
*Sourced from [ws's releases](https://github.com/websockets/ws/releases).*
> ## 6.1.4
> # Bug fixes
>
> - Fixed an issue that caused the `Host` header to always include a port ([#1510](https://github-redirect.dependabot.com/websockets/ws/issues/1510)).
>
> ## 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
> ... (truncated)
Commits
- [`dc745cc`](https://github.com/websockets/ws/commit/dc745cc10918eec23bd0680bcc7bce26101b8e2d) [dist] 6.1.4
- [`15b0bb3`](https://github.com/websockets/ws/commit/15b0bb35900c1069f45b6cda38c891b7b4aa9bb7) [test] Remove redundant test
- [`92b0a65`](https://github.com/websockets/ws/commit/92b0a650d01727a84cb3ab8f6a5bed2c33127aa7) [fix] Use the `defaultPort` option ([#1510](https://github-redirect.dependabot.com/websockets/ws/issues/1510))
- [`8b5422e`](https://github.com/websockets/ws/commit/8b5422eb96a96d1e66f5af03bfc453f57985bcd0) chore(package): update eslint to version 5.14.0 ([#1509](https://github-redirect.dependabot.com/websockets/ws/issues/1509))
- [`5c82aac`](https://github.com/websockets/ws/commit/5c82aacc1fea8c6030b30f1bff811e5b3ffe7b72) chore(package): update nyc to version 13.3.0 ([#1506](https://github-redirect.dependabot.com/websockets/ws/issues/1506))
- [`b45e912`](https://github.com/websockets/ws/commit/b45e9121f4a1f067a142c0fb4f2fae65658e90fc) chore(package): update nyc to version 13.2.0 ([#1500](https://github-redirect.dependabot.com/websockets/ws/issues/1500))
- [`75cd966`](https://github.com/websockets/ws/commit/75cd966f86b125eb06854a22590919c4293dd5ea) chore(package): update eslint to version 5.13.0 ([#1497](https://github-redirect.dependabot.com/websockets/ws/issues/1497))
- [`460ae81`](https://github.com/websockets/ws/commit/460ae81a88f0b6a34bcc33889e090fd7ffb07ef3) chore(package): update eslint-config-prettier to version 4.0.0 ([#1496](https://github-redirect.dependabot.com/websockets/ws/issues/1496))
- [`6fa6b8b`](https://github.com/websockets/ws/commit/6fa6b8b388ad002a7d754d9ccdfac73d2bf73bc2) [dist] 6.1.3
- [`6d2930a`](https://github.com/websockets/ws/commit/6d2930a65e541842053b2f8124865e9027cbab59) [minor] Fix style nit
- Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/1.1.2...6.1.4)
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/onsightit/web-wallet/network/alerts).
Bumps ws from 1.1.2 to 6.1.4.
Release notes
*Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 6.1.4 > # Bug fixes > > - Fixed an issue that caused the `Host` header to always include a port ([#1510](https://github-redirect.dependabot.com/websockets/ws/issues/1510)). > > ## 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 > ... (truncated)Commits
- [`dc745cc`](https://github.com/websockets/ws/commit/dc745cc10918eec23bd0680bcc7bce26101b8e2d) [dist] 6.1.4 - [`15b0bb3`](https://github.com/websockets/ws/commit/15b0bb35900c1069f45b6cda38c891b7b4aa9bb7) [test] Remove redundant test - [`92b0a65`](https://github.com/websockets/ws/commit/92b0a650d01727a84cb3ab8f6a5bed2c33127aa7) [fix] Use the `defaultPort` option ([#1510](https://github-redirect.dependabot.com/websockets/ws/issues/1510)) - [`8b5422e`](https://github.com/websockets/ws/commit/8b5422eb96a96d1e66f5af03bfc453f57985bcd0) chore(package): update eslint to version 5.14.0 ([#1509](https://github-redirect.dependabot.com/websockets/ws/issues/1509)) - [`5c82aac`](https://github.com/websockets/ws/commit/5c82aacc1fea8c6030b30f1bff811e5b3ffe7b72) chore(package): update nyc to version 13.3.0 ([#1506](https://github-redirect.dependabot.com/websockets/ws/issues/1506)) - [`b45e912`](https://github.com/websockets/ws/commit/b45e9121f4a1f067a142c0fb4f2fae65658e90fc) chore(package): update nyc to version 13.2.0 ([#1500](https://github-redirect.dependabot.com/websockets/ws/issues/1500)) - [`75cd966`](https://github.com/websockets/ws/commit/75cd966f86b125eb06854a22590919c4293dd5ea) chore(package): update eslint to version 5.13.0 ([#1497](https://github-redirect.dependabot.com/websockets/ws/issues/1497)) - [`460ae81`](https://github.com/websockets/ws/commit/460ae81a88f0b6a34bcc33889e090fd7ffb07ef3) chore(package): update eslint-config-prettier to version 4.0.0 ([#1496](https://github-redirect.dependabot.com/websockets/ws/issues/1496)) - [`6fa6b8b`](https://github.com/websockets/ws/commit/6fa6b8b388ad002a7d754d9ccdfac73d2bf73bc2) [dist] 6.1.3 - [`6d2930a`](https://github.com/websockets/ws/commit/6d2930a65e541842053b2f8124865e9027cbab59) [minor] Fix style nit - Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/1.1.2...6.1.4)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/onsightit/web-wallet/network/alerts).