dependabot[bot] opened a new pull request, #903:
URL: https://github.com/apache/dubbo-go-pixiu/pull/903

   Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) and 
[express](https://github.com/expressjs/express). These dependencies needed to 
be updated together.
   Updates `path-to-regexp` from 0.1.12 to 0.1.13
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/pillarjs/path-to-regexp/releases";>path-to-regexp's 
releases</a>.</em></p>
   <blockquote>
   <h2>0.1.13</h2>
   <h2>Important</h2>
   <ul>
   <li>Fix <a 
href="https://www.cve.org/CVERecord?id=CVE-2026-4867";>CVE-2026-4867</a> (<a 
href="https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-37ch-88jc-xwx2";>GHSA-37ch-88jc-xwx2</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/pillarjs/path-to-regexp/compare/v0.1.12...v.0.1.13";>https://github.com/pillarjs/path-to-regexp/compare/v0.1.12...v.0.1.13</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/pillarjs/path-to-regexp/blob/v.0.1.13/History.md";>path-to-regexp's
 changelog</a>.</em></p>
   <blockquote>
   <h1>0.1.13 / 2026-03-26</h1>
   <ul>
   <li>Fix <a 
href="https://www.cve.org/CVERecord?id=CVE-2026-4867";>CVE-2026-4867</a> (<a 
href="https://github.com/pillarjs/path-to-regexp/security/advisories/GHSA-37ch-88jc-xwx2";>GHSA-37ch-88jc-xwx2</a>)</li>
   </ul>
   <h1>0.1.7 / 2015-07-28</h1>
   <ul>
   <li>Fixed regression with escaped round brackets and matching groups.</li>
   </ul>
   <h1>0.1.6 / 2015-06-19</h1>
   <ul>
   <li>Replace <code>index</code> feature by outputting all parameters, unnamed 
and named.</li>
   </ul>
   <h1>0.1.5 / 2015-05-08</h1>
   <ul>
   <li>Add an index property for position in match result.</li>
   </ul>
   <h1>0.1.4 / 2015-03-05</h1>
   <ul>
   <li>Add license information</li>
   </ul>
   <h1>0.1.3 / 2014-07-06</h1>
   <ul>
   <li>Better array support</li>
   <li>Improved support for trailing slash in non-ending mode</li>
   </ul>
   <h1>0.1.0 / 2014-03-06</h1>
   <ul>
   <li>add options.end</li>
   </ul>
   <h1>0.0.2 / 2013-02-10</h1>
   <ul>
   <li>Update to match current express</li>
   <li>add .license property to component.json</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/pillarjs/path-to-regexp/commit/9fd0c879f232c2464591f56dd7c7edad7f45b4e0";><code>9fd0c87</code></a>
 0.1.13 (<a 
href="https://redirect.github.com/pillarjs/path-to-regexp/issues/425";>#425</a>)</li>
   <li><a 
href="https://github.com/pillarjs/path-to-regexp/commit/7ccf02cee33402f06ed2125085992ee9cd3a7c45";><code>7ccf02c</code></a>
 fix: CVE-2026-4867</li>
   <li>See full diff in <a 
href="https://github.com/pillarjs/path-to-regexp/compare/v0.1.12...v.0.1.13";>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 
path-to-regexp since your current version.</p>
   </details>
   <br />
   
   Updates `express` from 4.21.2 to 4.22.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>v4.22.1</h2>
   <h2>What's Changed</h2>
   <blockquote>
   <p>[!IMPORTANT]<br />
   The prior release (4.22.0) included an erroneous breaking change related to 
the extended query parser. There is no actual security vulnerability associated 
with this behavior (CVE-2024-51999 has been rejected). The change has been 
fully reverted in this release.</p>
   </blockquote>
   <ul>
   <li>Release: 4.22.1 by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6934";>expressjs/express#6934</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/expressjs/express/compare/4.22.0...v4.22.1";>https://github.com/expressjs/express/compare/4.22.0...v4.22.1</a></p>
   <h2>4.22.0</h2>
   <h2>Important: Security</h2>
   <ul>
   <li>Security fix for <a 
href="https://www.cve.org/CVERecord?id=CVE-2024-51999";>CVE-2024-51999</a> (<a 
href="https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6";>GHSA-pj86-cfqh-vqx6</a>)</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Refactor: improve readability by <a 
href="https://github.com/sazk07";><code>@​sazk07</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6190";>expressjs/express#6190</a></li>
   <li>ci: add support for [email protected] by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6080";>expressjs/express#6080</a></li>
   <li>Method functions with no path should error by <a 
href="https://github.com/wesleytodd";><code>@​wesleytodd</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/5957";>expressjs/express#5957</a></li>
   <li>ci: updated github actions ci workflow by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6323";>expressjs/express#6323</a></li>
   <li>ci: reorder <code>npm i</code> steps to fix ci for older node versions 
by <a href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in 
<a 
href="https://redirect.github.com/expressjs/express/pull/6336";>expressjs/express#6336</a></li>
   <li>Backport: ci: add node.js 24 to test matrix by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6506";>expressjs/express#6506</a></li>
   <li>chore(4.x): wider range for query test skip by <a 
href="https://github.com/jonchurch";><code>@​jonchurch</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6513";>expressjs/express#6513</a></li>
   <li>use tilde notation for certain dependencies by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6905";>expressjs/express#6905</a></li>
   <li>deps: [email protected] by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6909";>expressjs/express#6909</a></li>
   <li>deps: use tilde notation for <code>qs</code> by <a 
href="https://github.com/Phillip9587";><code>@​Phillip9587</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6919";>expressjs/express#6919</a></li>
   <li>Release: 4.22.0 by <a 
href="https://github.com/UlisesGascon";><code>@​UlisesGascon</code></a> in <a 
href="https://redirect.github.com/expressjs/express/pull/6921";>expressjs/express#6921</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/expressjs/express/compare/4.21.2...4.22.0";>https://github.com/expressjs/express/compare/4.21.2...4.22.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/expressjs/express/blob/v4.22.1/History.md";>express's 
changelog</a>.</em></p>
   <blockquote>
   <h1>4.22.1 / 2025-12-01</h1>
   <ul>
   <li>Revert security fix for <a 
href="https://www.cve.org/CVERecord?id=CVE-2024-51999";>CVE-2024-51999</a> (<a 
href="https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6";>GHSA-pj86-cfqh-vqx6</a>)</li>
   </ul>
   <h1>4.22.0 / 2025-12-01</h1>
   <ul>
   <li>Security fix for <a 
href="https://www.cve.org/CVERecord?id=CVE-2024-51999";>CVE-2024-51999</a> (<a 
href="https://github.com/expressjs/express/security/advisories/GHSA-pj86-cfqh-vqx6";>GHSA-pj86-cfqh-vqx6</a>)</li>
   <li>deps: use tilde notation for dependencies</li>
   <li>deps: [email protected]</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/expressjs/express/commit/12fae14531a78f19a2caaa5d4f58d9b01eaf3194";><code>12fae14</code></a>
 4.22.1</li>
   <li><a 
href="https://github.com/expressjs/express/commit/5ddf311af32e772a77fd48b6266ce2f1ba330e1a";><code>5ddf311</code></a>
 Revert &quot;sec: security patch for CVE-2024-51999&quot;</li>
   <li><a 
href="https://github.com/expressjs/express/commit/49744abd1120484fe64d7bde1cd3197c32523b6e";><code>49744ab</code></a>
 4.22.0 (<a 
href="https://redirect.github.com/expressjs/express/issues/6921";>#6921</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/6e97452f600a3b01719fbc5517d833c7646b0bb7";><code>6e97452</code></a>
 sec: security patch for CVE-2024-51999</li>
   <li><a 
href="https://github.com/expressjs/express/commit/6a23d34d652b9e69a4486d2a2a0dea54b9685fa5";><code>6a23d34</code></a>
 deps: use tilde notation for <code>qs</code> (<a 
href="https://redirect.github.com/expressjs/express/issues/6919";>#6919</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/8c12cdf93b89a4628b59179e3cc0722fc517d6b3";><code>8c12cdf</code></a>
 deps: [email protected] (<a 
href="https://redirect.github.com/expressjs/express/issues/6909";>#6909</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/7fea74fcf02764580f38f2a7f1932dfa54cddd90";><code>7fea74f</code></a>
 deps: use tilde notation for certain dependencies (<a 
href="https://redirect.github.com/expressjs/express/issues/6905";>#6905</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/dac7a0475a99e9dfc57b3b8e6d5bdf52813f1944";><code>dac7a04</code></a>
 chore: wider range for query test skip (<a 
href="https://redirect.github.com/expressjs/express/issues/6513";>#6513</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/997919b48879bbd53171c3b4e5dd1b04ad139241";><code>997919b</code></a>
 ci: add node.js 24 to test matrix (<a 
href="https://redirect.github.com/expressjs/express/issues/6506";>#6506</a>)</li>
   <li><a 
href="https://github.com/expressjs/express/commit/36fb59c6c7d9dfca0b08dfeafb5b6e4a249234a1";><code>36fb59c</code></a>
 fix(ci): reorder <code>npm i</code> steps to fix ci for older node versions 
(<a 
href="https://redirect.github.com/expressjs/express/issues/6336";>#6336</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/expressjs/express/compare/4.21.2...v4.22.1";>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 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/dubbo-go-pixiu/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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to