Bump urijs from 1.19.2 to 1.19.11 in /backend #41

Open
dependabot[bot] wants to merge 1 commit from dependabot/npm_and_yarn/backend/urijs-1.19.11 into master
dependabot[bot] commented 2022-04-12 23:55:24 +00:00 (Migrated from github.com)

Bumps urijs from 1.19.2 to 1.19.11.

Release notes

Sourced from urijs's releases.

1.19.11 (April 3rd 2022)

1.19.10 (March 5th 2022)

1.19.9 (March 3rd 2022)

1.19.8 (February 15th 2022)

1.19.7 (July 14th 2021)

  • SECURITY fixing URI.parseQuery() to prevent overwriting __proto__ in parseQuery() - disclosed privately by @​NewEraCracker
  • SECURITY fixing URI.parse() to handle variable amounts of \ and / in scheme delimiter as Node and Browsers do - disclosed privately by ready-research via https://huntr.dev/
  • removed obsolete build tools
  • updated jQuery versions (verifying compatibility with 1.12.4, 2.2.4, 3.6.0)

1.19.6 (February 13th 2021)

  • SECURITY fixing URI.parse() to rewrite \ in scheme delimiter to / as Node and Browsers do - disclosed privately by Yaniv Nizry from the CxSCA AppSec team at Checkmarx

1.19.5 (December 30th 2020)

1.19.4 (December 23rd 2020)

1.19.3 (December 20th 2020)

Changelog

Sourced from urijs's changelog.

1.19.11 (April 3rd 2022)

1.19.10 (March 5th 2022)

1.19.9 (March 3rd 2022)

1.19.8 (February 15th 2022)

1.19.7 (July 14th 2021)

  • SECURITY fixing URI.parseQuery() to prevent overwriting __proto__ in parseQuery() - disclosed privately by @​NewEraCracker
  • SECURITY fixing URI.parse() to handle variable amounts of \ and / in scheme delimiter as Node and Browsers do - disclosed privately by ready-research via https://huntr.dev/
  • removed obsolete build tools
  • updated jQuery versions (verifying compatibility with 1.12.4, 2.2.4, 3.6.0)

1.19.6 (February 13th 2021)

  • SECURITY fixing URI.parse() to rewrite \ in scheme delimiter to / as Node and Browsers do - disclosed privately by Yaniv Nizry from the CxSCA AppSec team at Checkmarx

1.19.5 (December 30th 2020)

1.19.4 (December 23rd 2020)

1.19.3 (December 20th 2020)

Commits
  • b655c1b chore(build): bumping to version 1.19.11
  • b0c9796 fix(parse): handle CR,LF,TAB
  • 88805fd fix(parse): handle excessive slashes in scheme-relative URLs
  • 926b2aa chore(build): bumping to version 1.19.10
  • a8166fe fix(parse): handle excessive colons in scheme delimiter
  • 01920b5 chore(build): bumping to version 1.19.9
  • 86d1052 fix(parse): remove leading whitespace
  • efae1e5 chore(build): bumping to version 1.19.8
  • 6ea641c fix(parse): case insensitive scheme - #412
  • 19e54c7 chore(build): bumping to version 1.19.7
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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.

Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.2 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> <h2>1.19.7 (July 14th 2021)</h2> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseQuery"><code>URI.parseQuery()</code></a> to prevent overwriting <code>__proto__</code> in parseQuery() - disclosed privately by <a href="https://github.com/NewEraCracker"><code>@​NewEraCracker</code></a></li> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> to handle variable amounts of <code>\</code> and <code>/</code> in scheme delimiter as Node and Browsers do - disclosed privately by <a href="https://github.com/ready-research">ready-research</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> <li>removed obsolete build tools</li> <li>updated jQuery versions (verifying compatibility with 1.12.4, 2.2.4, 3.6.0)</li> </ul> <h2>1.19.6 (February 13th 2021)</h2> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> to rewrite <code>\</code> in scheme delimiter to <code>/</code> as Node and Browsers do - disclosed privately by <a href="https://twitter.com/ynizry">Yaniv Nizry</a> from the CxSCA AppSec team at Checkmarx</li> </ul> <h2>1.19.5 (December 30th 2020)</h2> <ul> <li>dropping jquery.URI.js from minified bundle accidentally added since v1.19.3 - [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/404">#404</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/404">medialize/URI.js#404</a>)</li> </ul> <h2>1.19.4 (December 23rd 2020)</h2> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseAuthority"><code>URI.parseAuthority()</code></a> to rewrite <code>\</code> to <code>/</code> as Node and Browsers do - followed up to by <a href="https://github.com/alesandroortiz">alesandroortiz</a> in [PR <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/403">#403</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/403">medialize/URI.js#403</a>), relates to [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/233">#233</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/233">medialize/URI.js#233</a>)</li> </ul> <h2>1.19.3 (December 20th 2020)</h2> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseAuthority"><code>URI.parseAuthority()</code></a> to rewrite <code>\</code> to <code>/</code> as Node and Browsers do - disclosed privately by <a href="https://github.com/alesandroortiz">alesandroortiz</a>, relates to [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/233">#233</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/233">medialize/URI.js#233</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> <h3>1.19.7 (July 14th 2021)</h3> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseQuery"><code>URI.parseQuery()</code></a> to prevent overwriting <code>__proto__</code> in parseQuery() - disclosed privately by <a href="https://github.com/NewEraCracker"><code>@​NewEraCracker</code></a></li> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> to handle variable amounts of <code>\</code> and <code>/</code> in scheme delimiter as Node and Browsers do - disclosed privately by <a href="https://github.com/ready-research">ready-research</a> via <a href="https://huntr.dev/">https://huntr.dev/</a></li> <li>removed obsolete build tools</li> <li>updated jQuery versions (verifying compatibility with 1.12.4, 2.2.4, 3.6.0)</li> </ul> <h3>1.19.6 (February 13th 2021)</h3> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parse"><code>URI.parse()</code></a> to rewrite <code>\</code> in scheme delimiter to <code>/</code> as Node and Browsers do - disclosed privately by <a href="https://twitter.com/ynizry">Yaniv Nizry</a> from the CxSCA AppSec team at Checkmarx</li> </ul> <h3>1.19.5 (December 30th 2020)</h3> <ul> <li>dropping jquery.URI.js from minified bundle accidentally added since v1.19.3 - [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/404">#404</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/404">medialize/URI.js#404</a>)</li> </ul> <h3>1.19.4 (December 23rd 2020)</h3> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseAuthority"><code>URI.parseAuthority()</code></a> to rewrite <code>\</code> to <code>/</code> as Node and Browsers do - followed up to by <a href="https://github.com/alesandroortiz">alesandroortiz</a> in [PR <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/403">#403</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/403">medialize/URI.js#403</a>), relates to [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/233">#233</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/233">medialize/URI.js#233</a>)</li> </ul> <h3>1.19.3 (December 20th 2020)</h3> <ul> <li><strong>SECURITY</strong> fixing <a href="http://medialize.github.io/URI.js/docs.html#static-parseAuthority"><code>URI.parseAuthority()</code></a> to rewrite <code>\</code> to <code>/</code> as Node and Browsers do - disclosed privately by <a href="https://github.com/alesandroortiz">alesandroortiz</a>, relates to [Issue <a href="https://github-redirect.dependabot.com/medialize/URI.js/issues/233">#233</a>](<a href="https://github-redirect.dependabot.com/medialize/URI.js/pull/233">medialize/URI.js#233</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><a href="https://github.com/medialize/URI.js/commit/19e54c78d5864aec43986e8f96be8d15998daa80"><code>19e54c7</code></a> chore(build): bumping to version 1.19.7</li> <li>Additional commits viewable in <a href="https://github.com/medialize/URI.js/compare/v1.19.2...v1.19.11">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=urijs&package-manager=npm_and_yarn&previous-version=1.19.2&new-version=1.19.11)](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/RileySeaburg/nextjs-strapi-blog-starter/network/alerts). </details>
codetether[bot] commented 2026-06-04 16:19:41 +00:00 (Migrated from github.com)

🛠️ CodeTether Fix

Picked up this request for PR #41 on branch dependabot/npm_and_yarn/backend/urijs-1.19.11. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with master.

## 🛠️ CodeTether Fix Picked up this request for PR #41 on branch `dependabot/npm_and_yarn/backend/urijs-1.19.11`. I’m preparing the workspace and will push changes directly to the existing PR branch if the task succeeds. I will also make sure the branch is mergeable with `master`.
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dependabot/npm_and_yarn/backend/urijs-1.19.11:dependabot/npm_and_yarn/backend/urijs-1.19.11
git switch dependabot/npm_and_yarn/backend/urijs-1.19.11

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff dependabot/npm_and_yarn/backend/urijs-1.19.11
git switch dependabot/npm_and_yarn/backend/urijs-1.19.11
git rebase master
git switch master
git merge --ff-only dependabot/npm_and_yarn/backend/urijs-1.19.11
git switch dependabot/npm_and_yarn/backend/urijs-1.19.11
git rebase master
git switch master
git merge --no-ff dependabot/npm_and_yarn/backend/urijs-1.19.11
git switch master
git merge --squash dependabot/npm_and_yarn/backend/urijs-1.19.11
git switch master
git merge --ff-only dependabot/npm_and_yarn/backend/urijs-1.19.11
git switch master
git merge dependabot/npm_and_yarn/backend/urijs-1.19.11
git push origin master
Sign in to join this conversation.
No description provided.