dependabot[bot] opened a new pull request, #1813: URL: https://github.com/apache/tinkerpop/pull/1813
Bumps [ws](https://github.com/websockets/ws) from 6.2.2 to 8.9.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.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> <ul> <li>Added the ability to remove confidential headers on a per-redirect basis (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2030">#2030</a>).</li> </ul> <h2>8.5.0</h2> <h1>Features</h1> <ul> <li>Added the ability to use a custom <code>WebSocket</code> class on the server (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2007">#2007</a>).</li> </ul> <h1>Bug fixes</h1> <ul> <li>When following redirects, the <code>Authorization</code> and <code>Cookie</code> headers are no longer sent if the redirect host is different from the original host (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2013">#2013</a>).</li> </ul> <h2>8.4.2</h2> <h1>Bug fixes</h1> <ul> <li>Fixed a data framing issue introduced in version 8.4.1 (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2004">#2004</a>).</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <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><a href="https://github.com/websockets/ws/commit/4ed2c8725ec796283498e4a9c90171668eef9117"><code>4ed2c87</code></a> [doc] Remove "note that"</li> <li><a href="https://github.com/websockets/ws/commit/0da60366f36a38e93bb1a31da54f260a146eb86c"><code>0da6036</code></a> [test] Remove leftover from test</li> <li><a href="https://github.com/websockets/ws/commit/6b71a49d1d02e8220eaa983e9202517c9680d2b2"><code>6b71a49</code></a> [minor] Rename the <code>invalidURLMessage</code> variable</li> <li><a href="https://github.com/websockets/ws/commit/2995349f5d27d39e492a273796a3145d40ec11b3"><code>2995349</code></a> [minor] Simplify the ws+unix: URL form</li> <li><a href="https://github.com/websockets/ws/commit/c22cbc9e743a001b3fc55c1aa77b0afcc1018ee9"><code>c22cbc9</code></a> [doc] Revise <code>WebSocket#send()</code> docs for clarity (<a href="https://github-redirect.dependabot.com/websockets/ws/issues/2077">#2077</a>)</li> <li><a href="https://github.com/websockets/ws/commit/975382178f8a9355a5a564bb29cb1566889da9ba"><code>9753821</code></a> [dist] 8.8.1</li> <li><a href="https://github.com/websockets/ws/commit/bc8bd34e4125a5edc37211fb384c17a4703e9000"><code>bc8bd34</code></a> [security] Fix same host check for ws+unix: redirects</li> <li>Additional commits viewable in <a href="https://github.com/websockets/ws/compare/6.2.2...8.9.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 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]
