dependabot[bot] opened a new pull request, #251:
URL: https://github.com/apache/rocketmq-dashboard/pull/251

   Bumps [cookie](https://github.com/jshttp/cookie) and 
[express](https://github.com/expressjs/express). These dependencies needed to 
be updated together.
   Updates `cookie` from 0.4.0 to 0.7.1
   <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>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>
   <h2>0.6.0</h2>
   <ul>
   <li>Add <code>partitioned</code> option</li>
   </ul>
   <h2>0.5.0</h2>
   <ul>
   <li>Add <code>priority</code> option</li>
   <li>Fix <code>expires</code> option to reject invalid dates</li>
   <li>pref: improve default decode speed</li>
   <li>pref: remove slow string split in parse</li>
   </ul>
   <h2>0.4.2</h2>
   <ul>
   <li>pref: read value only when assigning in parse</li>
   <li>pref: remove unnecessary regexp in parse</li>
   </ul>
   <h2>0.4.1</h2>
   <ul>
   <li>Fix <code>maxAge</code> option to reject invalid values</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <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><a 
href="https://github.com/jshttp/cookie/commit/d6f39b0aab5521a8b118b466a515fd6eb0b9f65e";><code>d6f39b0</code></a>
 Fix tests for old node</li>
   <li><a 
href="https://github.com/jshttp/cookie/commit/6bb701f14e59c5e768933bfae9b578db4ed26c6e";><code>6bb701f</code></a>
 Remove failing scorecard</li>
   <li>Additional commits viewable in <a 
href="https://github.com/jshttp/cookie/compare/v0.4.0...v0.7.1";>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.17.1 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>
   <h2>4.21.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Deprecate <code>&quot;back&quot;</code> magic string in redirects by <a 
href="https://github.com/blakeembrey";><code>@​blakeembrey</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5935";>expressjs/express#5935</a></li>
   <li>finalhandler@1.3.1 by <a 
href="https://github.com/wesleytodd";><code>@​wesleytodd</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5954";>expressjs/express#5954</a></li>
   <li>fix(deps): serve-static@1.16.2 by <a 
href="https://github.com/wesleytodd";><code>@​wesleytodd</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5951";>expressjs/express#5951</a></li>
   <li>Upgraded dependency qs to 6.13.0 to match qs in body-parser by <a 
href="https://github.com/agadzinski93";><code>@​agadzinski93</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5946";>expressjs/express#5946</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/agadzinski93";><code>@​agadzinski93</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/expressjs/express/pull/5946";>expressjs/express#5946</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/expressjs/express/compare/4.20.0...4.21.0";>https://github.com/expressjs/express/compare/4.20.0...4.21.0</a></p>
   <h2>4.20.0</h2>
   <h2>What's Changed</h2>
   <h3>Important</h3>
   <ul>
   <li>IMPORTANT: The default <code>depth</code> level for parsing URL-encoded 
data is now <code>32</code> (previously was <code>Infinity</code>)</li>
   <li>Remove link renderization in html while using 
<code>res.redirect</code></li>
   </ul>
   <h3>Other Changes</h3>
   <ul>
   <li>4.19.2 Staging by <a 
href="https://github.com/wesleytodd";><code>@​wesleytodd</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5561";>expressjs/express#5561</a></li>
   <li>remove duplicate location test for data uri by <a 
href="https://github.com/wesleytodd";><code>@​wesleytodd</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5562";>expressjs/express#5562</a></li>
   <li>feat: document beta releases expectations by <a 
href="https://github.com/marco-ippolito";><code>@​marco-ippolito</code></a> in 
<a 
href="https://redirect.github.com/expressjs/express/pull/5565";>expressjs/express#5565</a></li>
   <li>Cut down on duplicated CI runs by <a 
href="https://github.com/jonchurch";><code>@​jonchurch</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5564";>expressjs/express#5564</a></li>
   <li>Add a Threat Model by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5526";>expressjs/express#5526</a></li>
   <li>Assign captain of encodeurl by <a 
href="https://github.com/blakeembrey";><code>@​blakeembrey</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5579";>expressjs/express#5579</a></li>
   <li>Nominate jonchurch as repo captain for <code>http-errors</code>, 
<code>expressjs.com</code>, <code>morgan</code>, <code>cors</code>, 
<code>body-parser</code> by <a 
href="https://github.com/jonchurch";><code>@​jonchurch</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5587";>expressjs/express#5587</a></li>
   <li>docs: update Security.md by <a 
href="https://github.com/inigomarquinez";><code>@​inigomarquinez</code></a> in 
<a 
href="https://redirect.github.com/expressjs/express/pull/5590";>expressjs/express#5590</a></li>
   <li>docs: update triage nomination policy by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5600";>expressjs/express#5600</a></li>
   <li>Add CodeQL (SAST) by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5433";>expressjs/express#5433</a></li>
   <li>docs: add UlisesGascon as triage initiative captain by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5605";>expressjs/express#5605</a></li>
   <li>deps: encodeurl@~2.0.0 by <a 
href="https://github.com/blakeembrey";><code>@​blakeembrey</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5569";>expressjs/express#5569</a></li>
   <li>skip QUERY method test by <a 
href="https://github.com/jonchurch";><code>@​jonchurch</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5628";>expressjs/express#5628</a></li>
   <li>ignore ETAG query test on 21 and 22, reuse skip util by <a 
href="https://github.com/jonchurch";><code>@​jonchurch</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5639";>expressjs/express#5639</a></li>
   <li>add support Node.js@22 in the CI by <a 
href="https://github.com/mertcanaltin";><code>@​mertcanaltin</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5627";>expressjs/express#5627</a></li>
   <li>doc: add table of contents, tc/triager lists to readme by <a 
href="https://github.com/mertcanaltin";><code>@​mertcanaltin</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5619";>expressjs/express#5619</a></li>
   <li>List and sort all projects, add captains by <a 
href="https://github.com/blakeembrey";><code>@​blakeembrey</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5653";>expressjs/express#5653</a></li>
   <li>docs: add <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> as 
captain for cookie-parser by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5666";>expressjs/express#5666</a></li>
   <li>✨ bring back query tests for node 21 by <a 
href="https://github.com/ctcpip";><code>@​ctcpip</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5690";>expressjs/express#5690</a></li>
   <li>[v4] Deprecate <code>res.clearCookie</code> accepting 
<code>options.maxAge</code> and <code>options.expires</code> by <a 
href="https://github.com/jonchurch";><code>@​jonchurch</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5672";>expressjs/express#5672</a></li>
   <li>skip QUERY tests for Node 21 only, still not supported by <a 
href="https://github.com/jonchurch";><code>@​jonchurch</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5695";>expressjs/express#5695</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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>
   <h1>4.21.0 / 2024-09-11</h1>
   <ul>
   <li>Deprecate <code>res.location(&quot;back&quot;)</code> and 
<code>res.redirect(&quot;back&quot;)</code> magic string</li>
   <li>deps: serve-static@1.16.2
   <ul>
   <li>includes send@0.19.0</li>
   </ul>
   </li>
   <li>deps: finalhandler@1.3.1</li>
   <li>deps: qs@6.13.0</li>
   </ul>
   <h1>4.20.0 / 2024-09-10</h1>
   <ul>
   <li>deps: serve-static@0.16.0
   <ul>
   <li>Remove link renderization in html while redirecting</li>
   </ul>
   </li>
   <li>deps: send@0.19.0
   <ul>
   <li>Remove link renderization in html while redirecting</li>
   </ul>
   </li>
   <li>deps: body-parser@0.6.0
   <ul>
   <li>add <code>depth</code> option to customize the depth level in the 
parser</li>
   <li>IMPORTANT: The default <code>depth</code> level for parsing URL-encoded 
data is now <code>32</code> (previously was <code>Infinity</code>)</li>
   </ul>
   </li>
   <li>Remove link renderization in html while using 
<code>res.redirect</code></li>
   <li>deps: path-to-regexp@0.1.10
   <ul>
   <li>Adds support for named matching groups in the routes using a regex</li>
   <li>Adds backtracking protection to parameters without regexes defined</li>
   </ul>
   </li>
   <li>deps: encodeurl@~2.0.0
   <ul>
   <li>Removes encoding of <code>\</code>, <code>|</code>, and <code>^</code> 
to align better with URL spec</li>
   </ul>
   </li>
   <li>Deprecate passing <code>options.maxAge</code> and 
<code>options.expires</code> to <code>res.clearCookie</code>
   <ul>
   <li>Will be ignored in v5, clearCookie will set a cookie with an expires in 
the past to instruct clients to delete the cookie</li>
   </ul>
   </li>
   </ul>
   <h1>4.19.2 / 2024-03-25</h1>
   <ul>
   <li>Improved fix for open redirect allow list bypass</li>
   </ul>
   <h1>4.19.1 / 2024-03-20</h1>
   <ul>
   <li>Allow passing non-strings to res.location with new encoding handling 
checks</li>
   </ul>
   <h1>4.19.0 / 2024-03-20</h1>
   <ul>
   <li>Prevent open redirect allow list bypass due to encodeurl</li>
   <li>deps: cookie@0.6.0</li>
   </ul>
   <h1>4.18.3 / 2024-02-29</h1>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </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): cookie@0.7.1</li>
   <li><a 
href="https://github.com/expressjs/express/commit/7e562c6d8daddff4604f8efaaf9db2cf98c6dcff";><code>7e562c6</code></a>
 4.21.0</li>
   <li><a 
href="https://github.com/expressjs/express/commit/1bcde96bc87c4704df9a704271d1167064ab56bb";><code>1bcde96</code></a>
 fix(deps): qs@6.13.0 (<a 
href="https://redirect.github.com/expressjs/express/issues/5946";>#5946</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/7d364775688be98aaa973302e066d0da9f438997";><code>7d36477</code></a>
 fix(deps): serve-static@1.16.2 (<a 
href="https://redirect.github.com/expressjs/express/issues/5951";>#5951</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/40d2d8f2c882712a0f2e4603c38d166c79676b2b";><code>40d2d8f</code></a>
 fix(deps): finalhandler@1.3.1</li>
   <li><a 
href="https://github.com/expressjs/express/commit/77ada906dba57fd6e308f0d750e01653dbeaddfc";><code>77ada90</code></a>
 Deprecate <code>&quot;back&quot;</code> magic string in redirects (<a 
href="https://redirect.github.com/expressjs/express/issues/5935";>#5935</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/21df421ebc7a5249bb31101da666bbf22adc3f18";><code>21df421</code></a>
 4.20.0</li>
   <li><a 
href="https://github.com/expressjs/express/commit/4c9ddc1c47bf579e55c2fe837d76a952e9fd8959";><code>4c9ddc1</code></a>
 feat: upgrade to serve-static@0.16.0</li>
   <li><a 
href="https://github.com/expressjs/express/commit/9ebe5d500d22cbb2b8aaa73446866b084c747971";><code>9ebe5d5</code></a>
 feat: upgrade to send@0.19.0 (<a 
href="https://redirect.github.com/expressjs/express/issues/5928";>#5928</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/expressjs/express/compare/4.17.1...4.21.1";>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/~ulisesgascon";>ulisesgascon</a>, a new releaser for 
express since your current version.</p>
   </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/rocketmq-dashboard/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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to