crybapp / api

Core service used to handle events from clients
MIT License
36 stars 8 forks source link

Bump ws from 7.1.1 to 7.2.0 #40

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps ws from 7.1.1 to 7.2.0.

Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 7.2.0 > # Features > > - Added ability to specify the `readableObjectMode` option when using > `WebSocket.createWebSocketStream()` ([#1647](https://github-redirect.dependabot.com/websockets/ws/issues/1647)). > > ## 7.1.2 > # Bug fixes > > - Fixed a bug that caused compress jobs to never be marked as complete > ([#1618](https://github-redirect.dependabot.com/websockets/ws/issues/1618)).
Commits - [`65f7800`](https://github.com/websockets/ws/commit/65f7800d4ed5d6f2076b5bd00b3c4cabfa4d22ef) [dist] 7.2.0 - [`54e3011`](https://github.com/websockets/ws/commit/54e301199386e328d56dcfe7358417b7f6d4de91) [doc] Fix Travis CI URL - [`a6c4238`](https://github.com/websockets/ws/commit/a6c42383d6506f0348036aedc4de311b03160445) [example] Close the WebSocket connection on logout - [`2b7d84d`](https://github.com/websockets/ws/commit/2b7d84d002623d3b4b2bd0c2e9483db1a36c0ad1) [minor] Add ability to specify the `readableObjectMode` option ([#1647](https://github-redirect.dependabot.com/websockets/ws/issues/1647)) - [`96d8c8f`](https://github.com/websockets/ws/commit/96d8c8fde3b9d533038a4283fdd72c47e4a8d499) [test] Increase timeout for failing tests on Windows - [`08c6c8b`](https://github.com/websockets/ws/commit/08c6c8ba70404818f7f4bc23eb5fd0bf9c94c039) [fix] Ensure that `concat()` never returns uninitialized data ([#1600](https://github-redirect.dependabot.com/websockets/ws/issues/1600)) - [`5b7315f`](https://github.com/websockets/ws/commit/5b7315fa15385efa909224258ec4165bb3e842bd) [perf] Use `TypedArray#set()` instead of `Buffer#copy()` - [`74bac8e`](https://github.com/websockets/ws/commit/74bac8e592ff5dbbdda1190d1d4b209c504979d4) [dist] 7.1.2 - [`3a695e8`](https://github.com/websockets/ws/commit/3a695e8144e6ebc86087cac559c54098d205c9f5) [fix] Ensure `_compress()` callback is always called ([#1618](https://github-redirect.dependabot.com/websockets/ws/issues/1618)) - [`fa99173`](https://github.com/websockets/ws/commit/fa991731cca990f40ecedb120918d14d08129673) [doc] Fix nits - Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/7.1.1...7.2.0)


Dependabot compatibility score

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.

If all status checks pass Dependabot will automatically merge this pull request.


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 close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)