dependabot[bot] opened a new pull request, #22327: URL: https://github.com/apache/superset/pull/22327
Bumps [ws](https://github.com/websockets/ws) and [@types/ws](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/ws). These dependencies needed to be updated together. Updates `ws` from 8.2.3 to 8.11.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.11.0</h2> <h1>Features</h1> <ul> <li><code>WebSocket.prototype.addEventListener()</code> now supports an event listener specified as an object with a <code>handleEvent()</code> method. (9ab743aa).</li> </ul> <h1>Bug fixes</h1> <ul> <li><code>WebSocket.prototype.addEventListener()</code> now adds an event listener only if it is not already in the list of the event listeners for the specified event type (1cec17da).</li> </ul> <h2>8.10.0</h2> <h1>Features</h1> <ul> <li>Added an export for package.json (211d5d38).</li> </ul> <h2>8.9.0</h2> <h1>Features</h1> <ul> <li>Added the ability to connect to Windows named pipes (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2079">#2079</a>).</li> </ul> <h2>8.8.1</h2> <h1>Bug fixes</h1> <ul> <li>The <code>Authorization</code> and <code>Cookie</code> headers are no longer sent if the original request for the opening handshake is sent to an IPC server and the client is redirected to another IPC server (bc8bd34e).</li> </ul> <h2>8.8.0</h2> <h1>Features</h1> <ul> <li>Added the <code>WS_NO_BUFFER_UTIL</code> and <code>WS_NO_UTF_8_VALIDATE</code> environment variables (becf237c).</li> </ul> <h2>8.7.0</h2> <h1>Features</h1> <ul> <li>Added the ability to inspect the invalid handshake requests and respond to them with a custom HTTP response. (6e5a5ce3).</li> </ul> <h1>Bug fixes</h1> <ul> <li>The handshake is now aborted if the <code>Upgrade</code> header field value in the HTTP response is not a case-insensitive match for the value "websocket" (0fdcc0af).</li> <li>The <code>Authorization</code> and <code>Cookie</code> headers are no longer sent when following an insecure redirect (wss: to ws:) to the same host (d68ba9e1).</li> </ul> <h2>8.6.0</h2> <h1>Features</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/websockets/ws/commit/afd8c6269bf5056a052281c543e9f19c7d88673d"><code>afd8c62</code></a> [dist] 8.11.0</li> <li><a href="https://github.com/websockets/ws/commit/1cec17da060ef1a4656a6d530c2b686039b7e094"><code>1cec17d</code></a> [fix] Add the same event listener only once</li> <li><a href="https://github.com/websockets/ws/commit/9ab743aa706be653e3b3c94d07960fe4342f9da5"><code>9ab743a</code></a> [feature] Add support for objets with a <code>handleEvent()</code> method</li> <li><a href="https://github.com/websockets/ws/commit/38f78794ca68770e962d76fcdb50dd264696a5e5"><code>38f7879</code></a> [ci] Test on node 19</li> <li><a href="https://github.com/websockets/ws/commit/cdca711ad434fe4f691392807cba3f83a515eebe"><code>cdca711</code></a> [dist] 8.10.0</li> <li><a href="https://github.com/websockets/ws/commit/211d5d3833893bcfde30e17e4aa9d61e0b408ee5"><code>211d5d3</code></a> [pkg] Add package.json export</li> <li><a href="https://github.com/websockets/ws/commit/c4d6eb3907e8bf6e9d1526772a4778834f9b025c"><code>c4d6eb3</code></a> [ci] Do not use the set-output command</li> <li><a href="https://github.com/websockets/ws/commit/966f9d47cd0ff5aa9db0b2aa262f9819d3f4d414"><code>966f9d4</code></a> [dist] 8.9.0</li> <li><a href="https://github.com/websockets/ws/commit/e628f2bdb6277fa36e8607cf1c3fbaf713f7bcef"><code>e628f2b</code></a> [feature] Support Windows named pipes (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2079">#2079</a>)</li> <li><a href="https://github.com/websockets/ws/commit/7ff26d975a7c5e0012a6799ed15a7ef8211b59bb"><code>7ff26d9</code></a> [doc] Fix nits</li> <li>Additional commits viewable in <a href="https://github.com/websockets/ws/compare/8.2.3...8.11.0">compare view</a></li> </ul> </details> <br /> Updates `@types/ws` from 8.2.0 to 8.5.3 <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/ws">compare view</a></li> </ul> </details> <br /> 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> -- 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]
