dependabot[bot] opened a new pull request, #31: URL: https://github.com/apache/tomcat-training/pull/31
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 4.7.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io/releases">socket.io's releases</a>.</em></p> <blockquote> <h2>4.7.2</h2> <h3>Bug Fixes</h3> <ul> <li>clean up child namespace when client is rejected in middleware (<a href="https://redirect.github.com/socketio/socket.io/issues/4773">#4773</a>) (<a href="https://github.com/socketio/socket.io/commit/0731c0d2f497d5cce596ea1ec32a67c08bcccbcd">0731c0d</a>)</li> <li><strong>webtransport:</strong> properly handle WebTransport-only connections (<a href="https://github.com/socketio/socket.io/commit/3468a197afe87e65eb0d779fabd347fe683013ab">3468a19</a>)</li> <li><strong>webtransport:</strong> add proper framing (<a href="https://github.com/socketio/engine.io/commit/a306db09e8ddb367c7d62f45fec920f979580b7c">a306db0</a>)</li> </ul> <h4>Links</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.7.1...4.7.2">https://github.com/socketio/socket.io/compare/4.7.1...4.7.2</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.7.2">4.7.2</a></li> <li><a href="https://github.com/socketio/engine.io/releases/tag/6.5.2"><code>engine.io@~6.5.2</code></a> (<a href="https://github.com/socketio/engine.io/compare/6.5.0...6.5.2">diff</a>)</li> <li><a href="https://github.com/websockets/ws/releases/tag/8.11.0"><code>ws@~8.11.0</code></a> (no change)</li> </ul> <h2>4.7.1</h2> <p>The client bundle contains a few fixes regarding the WebTransport support.</p> <h4>Links</h4> <ul> <li>Diff: <a href="https://github.com/socketio/socket.io/compare/4.7.0...4.7.1">https://github.com/socketio/socket.io/compare/4.7.0...4.7.1</a></li> <li>Client release: <a href="https://github.com/socketio/socket.io-client/releases/tag/4.7.1">4.7.1</a></li> <li><a href="https://github.com/socketio/engine.io/releases/tag/6.5.0"><code>engine.io@~6.5.0</code></a> (no change)</li> <li><a href="https://github.com/websockets/ws/releases/tag/8.11.0"><code>ws@~8.11.0</code></a> (no change)</li> </ul> <h2>4.7.0</h2> <h3>Bug Fixes</h3> <ul> <li>remove the Partial modifier from the socket.data type (<a href="https://redirect.github.com/socketio/socket.io/issues/4740">#4740</a>) (<a href="https://github.com/socketio/socket.io/commit/e5c62cad60fc7d16fbb024fd9be1d1880f4e6f5f">e5c62ca</a>)</li> </ul> <h3>Features</h3> <h4>Support for WebTransport</h4> <p>The Socket.IO server can now use WebTransport as the underlying transport.</p> <p>WebTransport is a web API that uses the HTTP/3 protocol as a bidirectional transport. It's intended for two-way communications between a web client and an HTTP/3 server.</p> <p>References:</p> <ul> <li><a href="https://w3c.github.io/webtransport/">https://w3c.github.io/webtransport/</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebTransport">https://developer.mozilla.org/en-US/docs/Web/API/WebTransport</a></li> <li><a href="https://developer.chrome.com/articles/webtransport/">https://developer.chrome.com/articles/webtransport/</a></li> </ul> <p>Until WebTransport support lands <a href="https://redirect.github.com/nodejs/node/issues/38478">in Node.js</a>, you can use the <code>@fails-components/webtransport</code> package:</p> <pre lang="js"><code>import { readFileSync } from "fs"; import { createServer } from "https"; import { Server } from "socket.io"; </tr></table> </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/socketio/socket.io/blob/main/CHANGELOG.md">socket.io's changelog</a>.</em></p> <blockquote> <h2><a href="https://github.com/socketio/socket.io/compare/4.7.1...4.7.2">4.7.2</a> (2023-08-02)</h2> <h3>Bug Fixes</h3> <ul> <li>clean up child namespace when client is rejected in middleware (<a href="https://redirect.github.com/socketio/socket.io/issues/4773">#4773</a>) (<a href="https://github.com/socketio/socket.io/commit/0731c0d2f497d5cce596ea1ec32a67c08bcccbcd">0731c0d</a>)</li> <li><strong>webtransport:</strong> properly handle WebTransport-only connections (<a href="https://github.com/socketio/socket.io/commit/3468a197afe87e65eb0d779fabd347fe683013ab">3468a19</a>)</li> <li><strong>webtransport:</strong> add proper framing (<a href="https://github.com/socketio/engine.io/commit/a306db09e8ddb367c7d62f45fec920f979580b7c">a306db0</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/socketio/engine.io/releases/tag/6.5.2"><code>engine.io@~6.5.2</code></a> (<a href="https://github.com/socketio/engine.io/compare/6.5.0...6.5.2">diff</a>)</li> <li><a href="https://github.com/websockets/ws/releases/tag/8.11.0"><code>ws@~8.11.0</code></a> (no change)</li> </ul> <h2><a href="https://github.com/socketio/socket.io/compare/4.7.0...4.7.1">4.7.1</a> (2023-06-28)</h2> <p>The client bundle contains a few fixes regarding the WebTransport support.</p> <h3>Dependencies</h3> <ul> <li><a href="https://github.com/socketio/engine.io/releases/tag/6.5.0"><code>engine.io@~6.5.0</code></a> (no change)</li> <li><a href="https://github.com/websockets/ws/releases/tag/8.11.0"><code>ws@~8.11.0</code></a> (no change)</li> </ul> <h2><a href="https://github.com/socketio/socket.io/compare/4.6.2...4.7.0">4.7.0</a> (2023-06-22)</h2> <h3>Bug Fixes</h3> <ul> <li>remove the Partial modifier from the socket.data type (<a href="https://redirect.github.com/socketio/socket.io/issues/4740">#4740</a>) (<a href="https://github.com/socketio/socket.io/commit/e5c62cad60fc7d16fbb024fd9be1d1880f4e6f5f">e5c62ca</a>)</li> </ul> <h3>Features</h3> <h4>Support for WebTransport</h4> <p>The Socket.IO server can now use WebTransport as the underlying transport.</p> <p>WebTransport is a web API that uses the HTTP/3 protocol as a bidirectional transport. It's intended for two-way communications between a web client and an HTTP/3 server.</p> <p>References:</p> <ul> <li><a href="https://w3c.github.io/webtransport/">https://w3c.github.io/webtransport/</a></li> <li><a href="https://developer.mozilla.org/en-US/docs/Web/API/WebTransport">https://developer.mozilla.org/en-US/docs/Web/API/WebTransport</a></li> <li><a href="https://developer.chrome.com/articles/webtransport/">https://developer.chrome.com/articles/webtransport/</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/socketio/socket.io/commit/c332643ad8b2eff3a9edee432bfd53fb37559280"><code>c332643</code></a> chore(release): 4.7.2</li> <li><a href="https://github.com/socketio/socket.io/commit/3468a197afe87e65eb0d779fabd347fe683013ab"><code>3468a19</code></a> fix(webtransport): properly handle WebTransport-only connections</li> <li><a href="https://github.com/socketio/socket.io/commit/09d45491c4eb817274e4c38e7ccbc61ceb3fce18"><code>09d4549</code></a> chore: bump engine.io to version 6.5.2</li> <li><a href="https://github.com/socketio/socket.io/commit/0731c0d2f497d5cce596ea1ec32a67c08bcccbcd"><code>0731c0d</code></a> fix: clean up child namespace when client is rejected in middleware (<a href="https://redirect.github.com/socketio/socket.io/issues/4773">#4773</a>)</li> <li><a href="https://github.com/socketio/socket.io/commit/03046a64adbfd021a01449027401cab639fd244e"><code>03046a6</code></a> docs: update the list of supported Node.js versions</li> <li><a href="https://github.com/socketio/socket.io/commit/443e447087430066ae88bfd69639fdc8a4851e57"><code>443e447</code></a> docs(examples): add example with WebTransport</li> <li><a href="https://github.com/socketio/socket.io/commit/2f6cc2fa4287de02fa5c9b8f5bf7d5beb37acf2f"><code>2f6cc2f</code></a> chore(release): 4.7.1</li> <li><a href="https://github.com/socketio/socket.io/commit/00d8ee5b057a8aef830d88da77579037759e762c"><code>00d8ee5</code></a> chore(release): 4.7.0</li> <li><a href="https://github.com/socketio/socket.io/commit/2dd5fa9dd466c6b39b0764d53fbda6185b4916ce"><code>2dd5fa9</code></a> ci: add Node.js 20 in the test matrix</li> <li><a href="https://github.com/socketio/socket.io/commit/a5dff0ac83ac5e2b0e518c6d054b2c9b252b2558"><code>a5dff0a</code></a> docs(examples): increase httpd ProxyTimeout value (2)</li> <li>Additional commits viewable in <a href="https://github.com/socketio/socket.io/compare/2.3.0...4.7.2">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 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) </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: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org