Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): bump ws from 7.5.3 to 8.4.0 in /packages/daemon (#1003)
Bumps [ws](https://github.com/websockets/ws) from 7.5.3 to 8.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/websockets/ws/releases">ws's releases</a>.</em></p> <blockquote> <h2>8.4.0</h2> <h1>Features</h1> <ul> <li>Added ability to generate custom masking keys (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1990">#1990</a>).</li> </ul> <h2>8.3.0</h2> <h1>Features</h1> <ul> <li>Added ability to pause and resume a <code>WebSocket</code> (0a8c7a9c).</li> </ul> <h1>Bug fixes</h1> <ul> <li>Fixed a bug that could prevent the connection from being closed cleanly when using the stream API (ed2b8039).</li> <li>When following redirects, an error is now emitted and not thrown if the redirect URL is invalid (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1980">#1980</a>).</li> </ul> <h2>8.2.3</h2> <h1>Bug fixes</h1> <ul> <li>When context takeover is enabled, messages are now compressed even if their size is below the value of the <code>perMessageDeflate.threshold</code> option (41ae5631).</li> </ul> <h2>8.2.2</h2> <h1>Bug fixes</h1> <ul> <li>Some closing operations are now run only if needed (ec9377ca).</li> </ul> <h2>8.2.1</h2> <h1>Bug fixes</h1> <ul> <li>Fixed an issue where the socket was not resumed, preventing the connection from being closed cleanly (869c9892).</li> </ul> <h2>8.2.0</h2> <h1>Features</h1> <ul> <li>Added <code>WebSocket.WebSocket</code> as an alias for <code>WebSocket</code> and <code>WebSocket.WebSocketServer</code> as an alias for <code>WebSocket.Server</code> to fix name consistency and improve interoperability with the ES module wrapper (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1935">#1935</a>).</li> </ul> <h2>8.1.0</h2> <h1>Features</h1> <ul> <li>Added ability to skip UTF-8 validation (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1928">#1928</a>).</li> </ul> <h1>Bug fixes</h1> <ul> <li>Fixed an issue with a breaking change in Node.js master (6a72da3e).</li> <li>Fixed a misleading error message (c95e695d).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websockets/ws/commit/00c34d726dca1c558fe5ee5e346979159b2297fe"><code>00c34d7</code></a> [dist] 8.4.0</li> <li><a href="https://github.com/websockets/ws/commit/35d45c2a4fead953654ae7bcf029cdf6d2590121"><code>35d45c2</code></a> [perf] Skip masking and unmasking if the masking key is zero</li> <li><a href="https://github.com/websockets/ws/commit/eb2e3a84a1f1c75428d7bde1578a00eed2809c88"><code>eb2e3a8</code></a> [feature] Introduce the <code>generateMask</code> option</li> <li><a href="https://github.com/websockets/ws/commit/c82b08737fbe142dd910fc7e429399e23b95c6d6"><code>c82b087</code></a> [dist] 8.3.0</li> <li><a href="https://github.com/websockets/ws/commit/0a8c7a9c4f5ae357b094fb586c90ee5db8793fcc"><code>0a8c7a9</code></a> [api] Add <code>WebSocket#pause()</code> and <code>WebSocket#resume()</code></li> <li><a href="https://github.com/websockets/ws/commit/ed2b803905289fc57616c3aef6b1690a3ca282b9"><code>ed2b803</code></a> [fix] Resume the socket in the <code>CLOSING</code> state</li> <li><a href="https://github.com/websockets/ws/commit/b8186dd11577979d5870a933fc0ce4ac29f893eb"><code>b8186dd</code></a> [fix] Do not throw if the redirect URL is invalid (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1980">#1980</a>)</li> <li><a href="https://github.com/websockets/ws/commit/5a905e49be91203c04a2546bfc292717b8e9bee9"><code>5a905e4</code></a> [minor] Add missing label to the issue form</li> <li><a href="https://github.com/websockets/ws/commit/89d81e86703f4a494373154bd91a614668d994af"><code>89d81e8</code></a> [minor] Fix nit</li> <li><a href="https://github.com/websockets/ws/commit/4916d03ad84fe0e609ce3d4286e7637f193b5004"><code>4916d03</code></a> [minor] Allow to write frames with up to 2^48 - 1 bytes of data (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/1973">#1973</a>)</li> <li>Additional commits viewable in <a href="https://github.com/websockets/ws/compare/7.5.3...8.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ws&package-manager=npm_and_yarn&previous-version=7.5.3&new-version=8.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
- Loading branch information