Skip to content

Commit

Permalink
Bump @braintree/sanitize-url from 6.0.0 to 6.0.2 in /website (#935)
Browse files Browse the repository at this point in the history
Summary:
Bumps [braintree/sanitize-url](https://github.com/braintree/sanitize-url) from 6.0.0 to 6.0.2.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/braintree/sanitize-url/blob/main/CHANGELOG.md"><code>@​braintree/sanitize-url</code>'s changelog</a>.</em></p>
<blockquote>
<h2>6.0.2</h2>
<ul>
<li>Fix issue where urls in the form <code>https://example.com&amp;NewLine;&amp;NewLine;/something</code> were not properly sanitized</li>
</ul>
<h2>6.0.1</h2>
<ul>
<li>Fix issue where urls in the form <code>javascript&amp;colon;alert('xss');</code> were not properly sanitized</li>
<li>Fix issue where urls in the form <code>javasc&amp;Tab;ript:alert('XSS');</code> were not properly sanitized</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/braintree/sanitize-url/commit/14a14e8e201d56dcd7726c30254690301ee03821"><code>14a14e8</code></a> 6.0.2</li>
<li><a href="https://github.com/braintree/sanitize-url/commit/b8eb5757bbd06fe44fe0482b8ba840edf5eb5e29"><code>b8eb575</code></a> chore: update changelog</li>
<li><a href="https://github.com/braintree/sanitize-url/commit/a39ca113ecf6ae4bd55b193054a947a84be9a257"><code>a39ca11</code></a> fix: remove newline entities (<a href="https://github-redirect.dependabot.com/braintree/sanitize-url/issues/46">https://github.com/facebook/metro/issues/46</a>)</li>
<li><a href="https://github.com/braintree/sanitize-url/commit/ab8d43d0516e48324826b9cb7f8612eee0e328a0"><code>ab8d43d</code></a> 6.0.1</li>
<li><a href="https://github.com/braintree/sanitize-url/commit/768e9540436fe5e707668ac439ec2f8cfebb1fca"><code>768e954</code></a> chore: update version in changelog</li>
<li><a href="https://github.com/braintree/sanitize-url/commit/d4bdc89f1743fe3cdb7c3f24b06e4c875f349b0c"><code>d4bdc89</code></a> Fix html entity tab (<a href="https://github-redirect.dependabot.com/braintree/sanitize-url/issues/45">https://github.com/facebook/metro/issues/45</a>)</li>
<li><a href="https://github.com/braintree/sanitize-url/commit/b70161daebd9523590fc6feda017d0489a8f6002"><code>b70161d</code></a> chore: fix CHANGELOG formatting</li>
<li><a href="https://github.com/braintree/sanitize-url/commit/eb4a764343269de36463589733fe9508e4dce682"><code>eb4a764</code></a> chore: update dev dependencies</li>
<li><a href="https://github.com/braintree/sanitize-url/commit/071dbfb5cfc981877b47816f1fcb8c5069904270"><code>071dbfb</code></a> chore: update dependencies</li>
<li>See full diff in <a href="https://github.com/braintree/sanitize-url/compare/v6.0.0...v6.0.2">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@braintree/sanitize-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](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/facebook/metro/network/alerts).

</details>

Pull Request resolved: #935

Reviewed By: motiz88

Differential Revision: D43768760

Pulled By: robhogan

fbshipit-source-id: 97ae6f2a005bab2d75fc60a7e13183ce6de794f5
  • Loading branch information
dependabot[bot] authored and facebook-github-bot committed Mar 3, 2023
1 parent 79baa71 commit 4876b6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1926,9 +1926,9 @@
to-fast-properties "^2.0.0"

"@braintree/sanitize-url@^6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-6.0.0.tgz#fe364f025ba74f6de6c837a84ef44bdb1d61e68f"
integrity sha512-mgmE7XBYY/21erpzhexk4Cj1cyTQ9LzvnTxtzM17BJ7ERMNE6W72mQRo0I1Ud8eFJ+RVVIcBNhLFZ3GX4XFz5w==
version "6.0.2"
resolved "https://registry.yarnpkg.com/@braintree/sanitize-url/-/sanitize-url-6.0.2.tgz#6110f918d273fe2af8ea1c4398a88774bb9fc12f"
integrity sha512-Tbsj02wXCbqGmzdnXNk0SOF19ChhRU70BsroIi4Pm6Ehp56in6vch94mfbdQ17DozxkL3BAVjbZ4Qc1a0HFRAg==

"@colors/colors@1.5.0":
version "1.5.0"
Expand Down

0 comments on commit 4876b6e

Please sign in to comment.