Skip to content

Commit fd66752

Browse files
dependabot[bot]meta-codesync[bot]
authored andcommitted
build(deps): bump dompurify from 3.4.8 to 3.4.9 in /website (#463)
Summary: Bumps [dompurify](https://github.com/cure53/DOMPurify) from 3.4.8 to 3.4.9. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/cure53/DOMPurify/releases">dompurify's releases</a>.</em></p> <blockquote> <h2>DOMPurify 3.4.9</h2> <ul> <li>Further improved the handling of Trusted Types config options, thanks <a href="https://github.com/offset"><code>@​offset</code></a></li> <li>Further improved the handling of <code>IN_PLACE</code> sanitization, thanks <a href="https://github.com/mozfreddyb"><code>@​mozfreddyb</code></a></li> <li>Added more test coverage for <code>IN_PLACE</code> and Trusted Types related usage</li> <li>Bumped several dependencies where possible</li> <li>Updated README and wiki with more accurate documentation &amp; attack samples</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/cure53/DOMPurify/commit/52102472d46035857c52df19e44285f8a1e102fc"><code>5210247</code></a> release: 3.4.9 (<a href="https://redirect.github.com/cure53/DOMPurify/issues/1459">#1459</a>)</li> <li>See full diff in <a href="https://github.com/cure53/DOMPurify/compare/3.4.8...3.4.9">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=dompurify&package-manager=npm_and_yarn&previous-version=3.4.8&new-version=3.4.9)](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 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/facebook/CacheLib/network/alerts). </details> Pull Request resolved: #463 Reviewed By: rlyerly Differential Revision: D108768965 Pulled By: AlnisM fbshipit-source-id: 2b7c85d5483e253195132f719637247be56af3a8
1 parent b8be2a4 commit fd66752

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"axios": "^1.14.0",
2929
"brace-expansion": "^1.1.12",
3030
"docusaurus-plugin-internaldocs-fb": "1.8.0",
31-
"dompurify": "^3.4.0",
31+
"dompurify": "^3.4.9",
3232
"eta": "^2.0.0",
3333
"http-cache-semantics": "^4.1.1",
3434
"http-proxy-middleware": "^2.0.7",
@@ -71,7 +71,7 @@
7171
"webpack-dev-middleware": "^5.3.4",
7272
"braces": "^3.0.3",
7373
"ws": "^8.17.1",
74-
"dompurify": "^3.4.0",
74+
"dompurify": "^3.4.9",
7575
"send": "^0.19.0",
7676
"serve-static": "^1.16.0",
7777
"cookie": "^0.7.0",

website/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4769,10 +4769,10 @@ domhandler@^5.0.2, domhandler@^5.0.3:
47694769
dependencies:
47704770
domelementtype "^2.3.0"
47714771

4772-
dompurify@^3.2.4, dompurify@^3.4.0:
4773-
version "3.4.8"
4774-
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.8.tgz#6c54f8c207160e7f83fcb7f4fd05a82ac36b1cdc"
4775-
integrity sha512-yb1cEmaOum7wFvOCSQxyfgVlv5D47Rc30iZWoMpbDIWTnJ6grDDQyu2KFJzB2k7u0pMuJcQ1zphH//fFnw2tjQ==
4772+
dompurify@^3.2.4, dompurify@^3.4.9:
4773+
version "3.4.9"
4774+
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-3.4.9.tgz#b036637b2df8997126b58837bc90f85dbcad6b2f"
4775+
integrity sha512-4dPSRMRDqHvs0V4YDFCsaIZo4if5u0xM+llyxiM2fwuZFdKArUBAF3VtI2+n8NKg9P870WMdYk0UhqQNoWXbfQ==
47764776
optionalDependencies:
47774777
"@types/trusted-types" "^2.0.7"
47784778

0 commit comments

Comments
 (0)