dependabot[bot] opened a new pull request, #1240: URL: https://github.com/apache/cordova-docs/pull/1240
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.7 to 1.19.11. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/medialize/URI.js/releases">urijs's releases</a>.</em></p> <blockquote> <h2>1.19.11 (April 3rd 2022)</h2> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle excessive slashes in scheme-relative URLs - disclosed by <a href="https://github.com/zeyu2001">zeyu2001</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> remove <code>\r</code> (CR), <code>\n</code>, (LF) <code>\t</code> (TAB) - disclosed by <a href="https://github.com/haxatron">haxatron</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> </ul> <h2>1.19.10 (March 5th 2022)</h2> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle excessive colons in protocol delimiter - disclosed by <a href="https://github.com/huydoppa">huydoppa</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> </ul> <h2>1.19.9 (March 3rd 2022)</h2> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle leading whitespace - disclosed by <a href="https://github.com/p0cas">p0cas</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> </ul> <h2>1.19.8 (February 15th 2022)</h2> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> treat scheme case-insenstivie when handling excessive slackes and backslashes - [PR <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/412">#412</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/412">medialize/URI.js#412</a>) by <a href="https://github.com/r0hanSH">r0hanSH</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md">urijs's changelog</a>.</em></p> <blockquote> <h3>1.19.11 (April 3rd 2022)</h3> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle excessive slashes in scheme-relative URLs - disclosed by <a href="https://github.com/zeyu2001">zeyu2001</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> remove <code>\r</code> (CR), <code>\n</code>, (LF) <code>\t</code> (TAB) - disclosed by <a href="https://github.com/haxatron">haxatron</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> </ul> <h3>1.19.10 (March 5th 2022)</h3> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle excessive colons in protocol delimiter - disclosed by <a href="https://github.com/huydoppa">huydoppa</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> </ul> <h3>1.19.9 (March 3rd 2022)</h3> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> handle leading whitespace - disclosed by <a href="https://github.com/p0cas">p0cas</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> </ul> <h3>1.19.8 (February 15th 2022)</h3> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> treat scheme case-insenstivie when handling excessive slackes and backslashes - [PR <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/412">#412</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/412">medialize/URI.js#412</a>) by <a href="https://github.com/r0hanSH">r0hanSH</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/medialize/URI.js/commit/b655c1b972111ade9f181b02374305942e68e30a"><code>b655c1b</code></a> chore(build): bumping to version 1.19.11</li> <li><a href="https://github.com/medialize/URI.js/commit/b0c9796aa1a95a85f40924fb18b1e5da3dc8ffae"><code>b0c9796</code></a> fix(parse): handle CR,LF,TAB</li> <li><a href="https://github.com/medialize/URI.js/commit/88805fd3da03bd7a5e60947adb49d182011f1277"><code>88805fd</code></a> fix(parse): handle excessive slashes in scheme-relative URLs</li> <li><a href="https://github.com/medialize/URI.js/commit/926b2aa1099f177f82d0a998da4b43e69fe56ec8"><code>926b2aa</code></a> chore(build): bumping to version 1.19.10</li> <li><a href="https://github.com/medialize/URI.js/commit/a8166fe02f3af6dc1b2b888dcbb807155aad9509"><code>a8166fe</code></a> fix(parse): handle excessive colons in scheme delimiter</li> <li><a href="https://github.com/medialize/URI.js/commit/01920b5cda87d5dd726eab43d6e7f3ce34a2fd52"><code>01920b5</code></a> chore(build): bumping to version 1.19.9</li> <li><a href="https://github.com/medialize/URI.js/commit/86d10523a6f6e8dc4300d99d671335ee362ad316"><code>86d1052</code></a> fix(parse): remove leading whitespace</li> <li><a href="https://github.com/medialize/URI.js/commit/efae1e56bd80d78478ffb8bcb8a75ee2c0f1031b"><code>efae1e5</code></a> chore(build): bumping to version 1.19.8</li> <li><a href="https://github.com/medialize/URI.js/commit/6ea641cc8648b025ed5f30b090c2abd4d1a5249f"><code>6ea641c</code></a> fix(parse): case insensitive scheme - <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/412">#412</a></li> <li>See full diff in <a href="https://github.com/medialize/URI.js/compare/v1.19.7...v1.19.11">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 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/apache/cordova-docs/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]
