dependabot[bot] opened a new pull request, #553: URL: https://github.com/apache/shenyu-dashboard/pull/553
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 2.4.0 to 3.3.0. <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>Add backtracking protection</h2> <p><strong>Fixed</strong></p> <ul> <li>Add backtrack protection to 3.x release (<a href="https://redirect.github.com/pillarjs/path-to-regexp/issues/321">#321</a>) d31670a</li> </ul> <p><a href="https://github.com/pillarjs/path-to-regexp/compare/v3.2.0...v3.3.0">https://github.com/pillarjs/path-to-regexp/compare/v3.2.0...v3.3.0</a></p> <h2>Match Function</h2> <p><strong>Added</strong></p> <ul> <li>Add native <code>match</code> function to library</li> </ul> <h2>Validate and sensitive options</h2> <ul> <li>Add <code>sensitive</code> option for <code>tokensToFunction</code> (<a href="https://redirect.github.com/pillarjs/path-to-regexp/issues/191">#191</a>)</li> <li>Add <code>validate</code> option to path functions (<a href="https://redirect.github.com/pillarjs/path-to-regexp/issues/178">#178</a>)</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/pillarjs/path-to-regexp/blob/master/History.md">path-to-regexp's changelog</a>.</em></p> <blockquote> <h1>Moved to <a href="https://github.com/pillarjs/path-to-regexp/releases">GitHub Releases</a></h1> <h2>3.0.0 / 2019-01-13</h2> <ul> <li>Always use prefix character as delimiter token, allowing any character to be a delimiter (e.g. <code>/:att1-:att2-:att3-:att4-:att5</code>)</li> <li>Remove <code>partial</code> support, prefer escaping the prefix delimiter explicitly (e.g. <code>\\/(apple-)?icon-:res(\\d+).png</code>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/2eb12934fc1f15d3b9bad010709717fc53a14b8e"><code>2eb1293</code></a> 3.3.0</li> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/d31670ae8f6e69cbfd56e835742195b7d10942ef"><code>d31670a</code></a> Add backtrack protection to 3.x release (<a href="https://redirect.github.com/pillarjs/path-to-regexp/issues/321">#321</a>)</li> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/6d2e8db0f1260921c63330c006f3b9f492b69aed"><code>6d2e8db</code></a> 3.2.0</li> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/0e0dce99b91b3deba85c2b5e97b161762a13c5d9"><code>0e0dce9</code></a> Add native <code>match</code> function to library</li> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/dd966ea4f0e6f43f64a97314a1bcd791cfd717bb"><code>dd966ea</code></a> Fix <code>validate: false</code> examples in README</li> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/ead0298da8f3ecdbc93680af317663be30492620"><code>ead0298</code></a> Changed coverage tool to nyc (<a href="https://redirect.github.com/pillarjs/path-to-regexp/issues/201">#201</a>)</li> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/1aa2238437aeb10a5949b11fee4a743f92ff3597"><code>1aa2238</code></a> Bump node version tests</li> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/f232e6d3fc256fc4def7062c7542c4230c6bf6cd"><code>f232e6d</code></a> 3.1.0</li> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/cb331c6f753b2b00fa582d678fbc72e526e918f7"><code>cb331c6</code></a> Update dev dependencies</li> <li><a href="https://github.com/pillarjs/path-to-regexp/commit/36344dce03215e6e7cb568761dd0d9f022bcc364"><code>36344dc</code></a> Rename <code>noValidate</code> option to <code>validate</code></li> <li>Additional commits viewable in <a href="https://github.com/pillarjs/path-to-regexp/compare/v2.4.0...v3.3.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 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/shenyu-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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
