dependabot[bot] opened a new pull request, #8097:
URL: https://github.com/apache/trafficcontrol/pull/8097

   Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.2 and updates 
ancestor dependencies [cookie](https://github.com/jshttp/cookie), 
[express](https://github.com/expressjs/express) and 
[socket.io](https://github.com/socketio/socket.io). These dependencies need to 
be updated together.
   
   Updates `cookie` from 0.6.0 to 0.7.2
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/jshttp/cookie/releases";>cookie's releases</a>.</em></p>
   <blockquote>
   <h2>v0.7.2</h2>
   <p><strong>Fixed</strong></p>
   <ul>
   <li>Fix object assignment of <code>hasOwnProperty</code> (<a 
href="https://redirect.github.com/jshttp/cookie/issues/177";>#177</a>)  
bc38ffd</li>
   </ul>
   <p><a 
href="https://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2";>https://github.com/jshttp/cookie/compare/v0.7.1...v0.7.2</a></p>
   <h2>0.7.1</h2>
   <p><strong>Fixed</strong></p>
   <ul>
   <li>Allow leading dot for domain (<a 
href="https://redirect.github.com/jshttp/cookie/issues/174";>#174</a>)
   <ul>
   <li>Although not permitted in the spec, some users expect this to work and 
user agents ignore the leading dot according to spec</li>
   </ul>
   </li>
   <li>Add fast path for <code>serialize</code> without options, use 
<code>obj.hasOwnProperty</code> when parsing (<a 
href="https://redirect.github.com/jshttp/cookie/issues/172";>#172</a>)</li>
   </ul>
   <p><a 
href="https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1";>https://github.com/jshttp/cookie/compare/v0.7.0...v0.7.1</a></p>
   <h2>0.7.0</h2>
   <ul>
   <li>perf: parse cookies ~10% faster (<a 
href="https://redirect.github.com/jshttp/cookie/issues/144";>#144</a> by <a 
href="https://github.com/kurtextrem";><code>@​kurtextrem</code></a> and <a 
href="https://redirect.github.com/jshttp/cookie/issues/170";>#170</a>)</li>
   <li>fix: narrow the validation of cookies to match RFC6265 (<a 
href="https://redirect.github.com/jshttp/cookie/issues/167";>#167</a> by <a 
href="https://github.com/bewinsnw";><code>@​bewinsnw</code></a>)</li>
   <li>fix: add <code>main</code> to <code>package.json</code> for rspack (<a 
href="https://redirect.github.com/jshttp/cookie/issues/166";>#166</a> by <a 
href="https://github.com/proudparrot2";><code>@​proudparrot2</code></a>)</li>
   </ul>
   <p><a 
href="https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0";>https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/jshttp/cookie/commit/d19eaa1a2bb9ca43ac0951edd852ba4e88e410e0";><code>d19eaa1</code></a>
 0.7.2</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/bc38ffd0eae716b199236dda061d0bdc74192dd3";><code>bc38ffd</code></a>
 Fix object assignment of <code>hasOwnProperty</code> (<a 
href="https://redirect.github.com/jshttp/cookie/issues/177";>#177</a>)</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/cf4658f492c5bd96aeaf5693c3500f8495031014";><code>cf4658f</code></a>
 0.7.1</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/6a8b8f5a49af7897b98ebfb29a1c4955afa3d33e";><code>6a8b8f5</code></a>
 Allow leading dot for domain (<a 
href="https://redirect.github.com/jshttp/cookie/issues/174";>#174</a>)</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/58015c0b93de0b63db245cfdc5a108e511a81ad0";><code>58015c0</code></a>
 Remove more code and perf wins (<a 
href="https://redirect.github.com/jshttp/cookie/issues/172";>#172</a>)</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/ab057d6c06b94a7b1e3358e69a685ae49c97b627";><code>ab057d6</code></a>
 0.7.0</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/5f02ca87688481dbcf155e49ca8b61732f30e542";><code>5f02ca8</code></a>
 Migrate history to GitHub releases</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/a5d591ce8447dd63821779724f96ad3c774c8579";><code>a5d591c</code></a>
 Migrate history to GitHub releases</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/51968f94b5e820adeceef505539fa193ffe2d105";><code>51968f9</code></a>
 Skip isNaN</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/9e7ca51ade4b325307eedd6b4dec190983e9e2cc";><code>9e7ca51</code></a>
 perf(parse): cache length, return early (<a 
href="https://redirect.github.com/jshttp/cookie/issues/144";>#144</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jshttp/cookie/compare/v0.6.0...v0.7.2";>compare 
view</a></li>
   </ul>
   </details>
   <details>
   <summary>Maintainer changes</summary>
   <p>This version was pushed to npm by <a 
href="https://www.npmjs.com/~blakeembrey";>blakeembrey</a>, a new releaser for 
cookie since your current version.</p>
   </details>
   <br />
   
   Updates `express` from 4.21.0 to 4.21.1
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/expressjs/express/releases";>express's 
releases</a>.</em></p>
   <blockquote>
   <h2>4.21.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Backport a fix for CVE-2024-47764 to the 4.x branch by <a 
href="https://github.com/joshbuker";><code>@​joshbuker</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6029";>expressjs/express#6029</a></li>
   <li>Release: 4.21.1 by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6031";>expressjs/express#6031</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/expressjs/express/compare/4.21.0...4.21.1";>https://github.com/expressjs/express/compare/4.21.0...4.21.1</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/expressjs/express/blob/4.21.1/History.md";>express's 
changelog</a>.</em></p>
   <blockquote>
   <h1>4.21.1 / 2024-10-08</h1>
   <ul>
   <li>Backported a fix for <a 
href="https://nvd.nist.gov/vuln/detail/CVE-2024-47764";>CVE-2024-47764</a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/expressjs/express/commit/8e229f92752ad51462c868b99f6e6c2e559801b0";><code>8e229f9</code></a>
 4.21.1</li>
   <li><a 
href="https://github.com/expressjs/express/commit/a024c8a7b658a178cbdb9bde33030b7500172815";><code>a024c8a</code></a>
 fix(deps): [email protected]</li>
   <li>See full diff in <a 
href="https://github.com/expressjs/express/compare/4.21.0...4.21.1";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `socket.io` from 4.7.2 to 4.8.1
   <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>[email protected]</h2>
   <p>Due to a change in the bundler configuration, the production bundle 
(<code>socket.io.min.js</code>) did not support sending and receiving binary 
data in version <code>4.8.0</code>. This is now fixed.</p>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/socketio/engine.io/releases/tag/6.5.2";><code>engine.io@~6.6.0</code></a>
 (no change)</li>
   <li><a 
href="https://github.com/websockets/ws/releases/tag/8.17.1";><code>ws@~8.17.1</code></a>
 (no change)</li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Bug Fixes</h3>
   <ul>
   <li><strong>bundle:</strong> do not mangle the &quot;_placeholder&quot; 
attribute (<a 
href="https://github.com/socketio/socket.io/commit/ca9e994815aa2e31e0342e37ccdc2e9e8c5fd13c";>ca9e994</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li><a 
href="https://github.com/socketio/engine.io-client/releases/tag/6.5.2";><code>engine.io-client@~6.6.1</code></a>
 (no change)</li>
   <li><a 
href="https://github.com/websockets/ws/releases/tag/8.17.1";><code>ws@~8.17.1</code></a>
 (no change)</li>
   </ul>
   <h2>[email protected]</h2>
   <h3>Features</h3>
   <h4>Custom transport implementations</h4>
   <p>The <code>transports</code> option now accepts an array of transport 
implementations:</p>
   <pre lang="js"><code>import { io } from &quot;socket.io-client&quot;;
   import { XHR, WebSocket } from &quot;engine.io-client&quot;;
   <p>const socket = io({
   transports: [XHR, WebSocket]
   });
   </code></pre></p>
   <p>Here is the list of provided implementations:</p>
   <table>
   <thead>
   <tr>
   <th>Transport</th>
   <th>Description</th>
   </tr>
   </thead>
   <tbody>
   <tr>
   <td><code>Fetch</code></td>
   <td>HTTP long-polling based on the built-in <code>fetch()</code> method.</td>
   </tr>
   <tr>
   <td><code>NodeXHR</code></td>
   <td>HTTP long-polling based on the <code>XMLHttpRequest</code> object 
provided by the <code>xmlhttprequest-ssl</code> package.</td>
   </tr>
   <tr>
   <td><code>XHR</code></td>
   <td>HTTP long-polling based on the built-in <code>XMLHttpRequest</code> 
object.</td>
   </tr>
   <tr>
   <td><code>NodeWebSocket</code></td>
   <td>WebSocket transport based on the <code>WebSocket</code> object provided 
by the <code>ws</code> package.</td>
   </tr>
   <tr>
   <td><code>WebSocket</code></td>
   <td>WebSocket transport based on the built-in <code>WebSocket</code> 
object.</td>
   </tr>
   <tr>
   <td><code>WebTransport</code></td>
   <td>WebTransport transport based on the built-in <code>WebTransport</code> 
object.</td>
   </tr>
   </tbody>
   </table>
   <p>Usage:</p>
   <table>
   <thead>
   <tr>
   <th>Transport</th>
   <th>browser</th>
   <th>Node.js</th>
   <th>Deno</th>
   <th>Bun</th>
   </tr>
   </thead>
   </table>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/socketio/socket.io/commit/91e1c8b3584054db6072046404a24e79a17c1367";><code>91e1c8b</code></a>
 chore(release): [email protected]</li>
   <li><a 
href="https://github.com/socketio/socket.io/commit/8d5528aa2abc530f9e35f53935083894cec38c99";><code>8d5528a</code></a>
 chore(release): [email protected]</li>
   <li><a 
href="https://github.com/socketio/socket.io/commit/71387e52942c26493a6220fa332ff73293eb93c7";><code>71387e5</code></a>
 refactor(sio-client): reexport transports from the engine</li>
   <li><a 
href="https://github.com/socketio/socket.io/commit/aead83560dfdcb83c70d87061875c45aae9d1bd6";><code>aead835</code></a>
 refactor(sio): make Namespace._fns private (<a 
href="https://redirect.github.com/socketio/socket.io/issues/5196";>#5196</a>)</li>
   <li><a 
href="https://github.com/socketio/socket.io/commit/029e01090163e6c0beb5ad9f20e2fb9a3fb03fa3";><code>029e010</code></a>
 chore(release): [email protected]</li>
   <li><a 
href="https://github.com/socketio/socket.io/commit/4ca6ddb3a230911f85ef4e4623c5697fff68755a";><code>4ca6ddb</code></a>
 docs(nuxt): update example with latest version</li>
   <li><a 
href="https://github.com/socketio/socket.io/commit/ca9e994815aa2e31e0342e37ccdc2e9e8c5fd13c";><code>ca9e994</code></a>
 fix(sio-client): do not mangle the &quot;_placeholder&quot; attribute</li>
   <li><a 
href="https://github.com/socketio/socket.io/commit/4865f2e62eff9cf59f602e753d9f84159a3139af";><code>4865f2e</code></a>
 fix(eio-client): prevent infinite loop with Node.js built-in WebSocket</li>
   <li><a 
href="https://github.com/socketio/socket.io/commit/d4b3ddedffa5aba59657db795a4787052e16c9a0";><code>d4b3dde</code></a>
 ci: use Node.js 22</li>
   <li><a 
href="https://github.com/socketio/socket.io/commit/3b68658201c771b189b3d235458e2b0ac293dab2";><code>3b68658</code></a>
 chore: bump <code>@​fails-components/webtransport</code> to version 1.1.4 
(dev)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/socketio/socket.io/compare/[email protected]";>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 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/trafficcontrol/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]

Reply via email to