Skip to content

Commit

Permalink
chore(deps): update dependency dompurify to v2.3.6 (#8337)
Browse files Browse the repository at this point in the history
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [dompurify](https://togithub.com/cure53/DOMPurify) | [`2.3.5` -> `2.3.6`](https://renovatebot.com/diffs/npm/dompurify/2.3.5/2.3.6) | [![age](https://badges.renovateapi.com/packages/npm/dompurify/2.3.6/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/dompurify/2.3.6/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/dompurify/2.3.6/compatibility-slim/2.3.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/dompurify/2.3.6/confidence-slim/2.3.5)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>cure53/DOMPurify</summary>

### [`v2.3.6`](https://togithub.com/cure53/DOMPurify/releases/2.3.6)

[Compare Source](https://togithub.com/cure53/DOMPurify/compare/2.3.5...2.3.6)

-   Added an option to allow HTML5 doctypes, thanks [@&#8203;tosmolka](https://togithub.com/tosmolka)
-   Bumped several dependencies, thanks [@&#8203;is2ei](https://togithub.com/is2ei)
-   Updated documentation to cover recently added flags, thanks [@&#8203;is2ei](https://togithub.com/is2ei)

</details>

---

### Configuration

📅 **Schedule**: "every weekend" (UTC).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.

---

This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom).
  • Loading branch information
renovate[bot] authored Feb 23, 2022
1 parent 994bdf4 commit 2457176
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Binary file removed .yarn/offline-mirror/dompurify-2.3.5.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/dompurify-2.3.6.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"cli-table": "^0.3.0",
"core-js": "^3.1.3",
"cross-env": "^7.0.0",
"dompurify": "2.3.5",
"dompurify": "2.3.6",
"gzip-size": "^5.0.0",
"jest": "25.5.4",
"jest-circus": "25.5.4",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9623,10 +9623,10 @@ domhandler@^4.2.0:
dependencies:
domelementtype "^2.2.0"

dompurify@2.3.5:
version "2.3.5"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.5.tgz#c83ed5a3ae5ce23e52efe654ea052ffb358dd7e3"
integrity sha512-kD+f8qEaa42+mjdOpKeztu9Mfx5bv9gVLO6K9jRx4uGvh6Wv06Srn4jr1wPNY2OOUGGSKHNFN+A8MA3v0E0QAQ==
dompurify@2.3.6:
version "2.3.6"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.6.tgz#2e019d7d7617aacac07cbbe3d88ae3ad354cf875"
integrity sha512-OFP2u/3T1R5CEgWCEONuJ1a5+MFKnOYpkywpUSxv/dj1LeBT1erK+JwM7zK0ROy2BRhqVCf0LRw/kHqKuMkVGg==

dompurify@^2.0.0, dompurify@^2.0.12:
version "2.2.6"
Expand Down

0 comments on commit 2457176

Please sign in to comment.