131 / h264-live-player

A live h264 player for the browser (ideal for raspberrypi / raspicam )
MIT License
1.08k stars 251 forks source link

Bump ws from 0.8.1 to 7.1.2 #75

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps ws from 0.8.1 to 7.1.2.

Release notes *Sourced from [ws's releases](https://github.com/websockets/ws/releases).* > ## 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)). > > ## 7.1.1 > # Bug fixes > > - An error is now thrown if the `WebSocket` server constructor is used > incorrectly (36412662). > > ## 7.1.0 > # Features > > - Added utility to wrap a `WebSocket` in a `Duplex` stream ([#1589](https://github-redirect.dependabot.com/websockets/ws/issues/1589)). > > # Bug fixes > > - Reverted "[minor] Remove unneeded `if` statement" (dbacf582, [#1591](https://github-redirect.dependabot.com/websockets/ws/issues/1591)). > > ## 7.0.1 > # Bug fixes > > - Added ability to disable sending the SNI extension ([#1587](https://github-redirect.dependabot.com/websockets/ws/issues/1587)). > > ## 7.0.0 > # Breaking changes > > - Dropped support for Node.js 6 (1e6999bb). > - Dropped support for `url.Url` instances in the `WebSocket` constructor > (692d7b47). > - The behavior of `WebSocket#{p{i,o}ng,send}()` has changed when the > `readyState` attribute is not `OPEN` ([#1532](https://github-redirect.dependabot.com/websockets/ws/issues/1532)) > - If the readyState attribute is `CONNECTING`, an exception is thrown. > - If the readyState attribute is `CLOSING` or `CLOSED` > - The `bufferedAmount` attribute is increased by the length of the `data` > argument in bytes. > - If provided, the `callback` function is called with an error. > - No exception is thrown even if the `callback` function is not provided. > > ## 6.2.1 > # Bug fixes > > - Fixed a bug that, under certain circumstances, prevented the close timer from > being set (aa1dcd5). > > ## 6.2.0 > # Features > > ... (truncated)
Commits - [`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 - [`0a61236`](https://github.com/websockets/ws/commit/0a612364e69fc07624b8010c6873f7766743a8e3) [doc] Discourage use of `verifyClient` hook ([#1613](https://github-redirect.dependabot.com/websockets/ws/issues/1613)) - [`91b5173`](https://github.com/websockets/ws/commit/91b5173c776881dc1a229ac5b0ba928dcb775602) [minor] Set the flag to detect invalid API usage only when needed - [`cf467db`](https://github.com/websockets/ws/commit/cf467dbed312e7dc6e7318c08666b72ea3213b76) [dist] 7.1.1 - [`3641266`](https://github.com/websockets/ws/commit/364126620bf3fe4e6e0042d3b74ec53b5ccbbb08) [minor] Throw an error on invalid usage - [`dd42c8b`](https://github.com/websockets/ws/commit/dd42c8bc3ac215668bbfe1788b3dab197219df2a) [dist] 7.1.0 - [`a49a827`](https://github.com/websockets/ws/commit/a49a827b4eabb4c720993ee1a0c45b737cc148bb) [feature] Add utility to wrap a `WebSocket` in a `Duplex` stream ([#1589](https://github-redirect.dependabot.com/websockets/ws/issues/1589)) - [`dbacf58`](https://github.com/websockets/ws/commit/dbacf582a5907af75c6d424f017af39096ab0b93) Revert "[minor] Remove unneeded `if` statement" - Additional commits viewable in [compare view](https://github.com/websockets/ws/compare/0.8.1...7.1.2)
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 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.


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/131/h264-live-player/network/alerts).
dependabot[bot] commented 4 years ago

Superseded by #76.