dependabot[bot] opened a new pull request, #3592: URL: https://github.com/apache/incubator-kie-tools/pull/3592
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 8.19.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.19.0</h2> <h1>Features</h1> <ul> <li>Added the <code>closeTimeout</code> option (<a href="https://redirect.github.com/websockets/ws/issues/2308">#2308</a>).</li> </ul> <h1>Bug fixes</h1> <ul> <li>Handled a forthcoming breaking change in Node.js core (19984854).</li> </ul> <h2>8.18.3</h2> <h1>Bug fixes</h1> <ul> <li>Fixed a spec violation where the <code>Sec-WebSocket-Version</code> header was not added to the HTTP response if the client requested version was either invalid or unacceptable (<a href="https://redirect.github.com/websockets/ws/issues/2291">#2291</a>).</li> </ul> <h2>8.18.2</h2> <h1>Bug fixes</h1> <ul> <li>Fixed an issue that, during message decompression when the maximum size was exceeded, led to the emission of an inaccurate error and closure of the connection with an improper close code (<a href="https://redirect.github.com/websockets/ws/issues/2285">#2285</a>).</li> </ul> <h2>8.18.1</h2> <h1>Bug fixes</h1> <ul> <li>The length of the UNIX domain socket paths in the tests has been shortened to make them work when run via <a href="https://github.com/nodejs/citgm">CITGM</a> (021f7b8b).</li> </ul> <h2>8.18.0</h2> <h1>Features</h1> <ul> <li>Added support for <code>Blob</code> (<a href="https://redirect.github.com/websockets/ws/issues/2229">#2229</a>).</li> </ul> <h2>8.17.1</h2> <h1>Bug fixes</h1> <ul> <li>Fixed a DoS vulnerability (<a href="https://redirect.github.com/websockets/ws/issues/2231">#2231</a>).</li> </ul> <p>A request with a number of headers exceeding the[<code>server.maxHeadersCount</code>][] threshold could be used to crash a ws server.</p> <pre lang="js"><code>const http = require('http'); const WebSocket = require('ws'); <p>const wss = new WebSocket.Server({ port: 0 }, function () { const chars = "!#$%&'*+-.0123456789abcdefghijklmnopqrstuvwxyz^_`|~".split(''); </tr></table> </code></pre></p> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websockets/ws/commit/61349ec5dad363c56e51c68bc1c644f29af05db0"><code>61349ec</code></a> [dist] 8.19.0</li> <li><a href="https://github.com/websockets/ws/commit/3f9ffc688f1172cd599e6fbd87a06e20044bd359"><code>3f9ffc6</code></a> [feature] Introduce the <code>closeTimeout</code> option (<a href="https://redirect.github.com/websockets/ws/issues/2308">#2308</a>)</li> <li><a href="https://github.com/websockets/ws/commit/19984854104e637a21cbc080272ac63d3d60a273"><code>1998485</code></a> [fix] Ensure all remaining data is read as a single chunk</li> <li><a href="https://github.com/websockets/ws/commit/726c3732b3e5319219ed73cac4826fd36917e2e1"><code>726c373</code></a> [doc] Sort options alphabetically</li> <li><a href="https://github.com/websockets/ws/commit/b151f1e8a3d1742756d2620198bdce8cff863e1c"><code>b151f1e</code></a> [ci] Update actions/checkout action to v6</li> <li><a href="https://github.com/websockets/ws/commit/dabdd5b3018dd05792627a53517dfdb58ae19824"><code>dabdd5b</code></a> [ci] Update actions/setup-node action to v6</li> <li><a href="https://github.com/websockets/ws/commit/86eac5b44ac2bff9087ec40c9bd06bc7b4f0da07"><code>86eac5b</code></a> [ci] Test on node 25</li> <li><a href="https://github.com/websockets/ws/commit/1891e1474f0c9279459ce49e448867f1a46bc0a4"><code>1891e14</code></a> [ci] Update actions/setup-node action to v5</li> <li><a href="https://github.com/websockets/ws/commit/aa28c779041b5951058e8edd73649d20de56d139"><code>aa28c77</code></a> [ci] Update actions/checkout action to v5</li> <li><a href="https://github.com/websockets/ws/commit/dabbdec92f4c1f1777689733d477344e3c6c2e67"><code>dabbdec</code></a> [dist] 8.18.3</li> <li>Additional commits viewable in <a href="https://github.com/websockets/ws/compare/6.2.2...8.19.0">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/incubator-kie-tools/network/alerts). </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
