Skip to content

Commit

Permalink
chore(deps): update dependency dompurify to v2.3.5 (carbon-design-sys…
Browse files Browse the repository at this point in the history
…tem#8160)

[![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.4` -> `2.3.5`](https://renovatebot.com/diffs/npm/dompurify/2.3.4/2.3.5) | [![age](https://badges.renovateapi.com/packages/npm/dompurify/2.3.5/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/dompurify/2.3.5/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/dompurify/2.3.5/compatibility-slim/2.3.4)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/dompurify/2.3.5/confidence-slim/2.3.4)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

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

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

-   Performed several chores and cleanups, thanks [@&carbon-design-system#8203;is2ei](https://togithub.com/is2ei)
-   Fixed a bug when working with Trusted Types, thanks [@&carbon-design-system#8203;tosmolka](https://togithub.com/tosmolka)
-   Fixed a bug with weird behavior on insecure nodes in IN_PLACE mode, thanks [@&carbon-design-system#8203;tosmolka](https://togithub.com/tosmolka)
-   Added more SVG attributes to allow-list, thanks [@&carbon-design-system#8203;rzhade3](https://togithub.com/rzhade3)

</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] committed Feb 1, 2022
1 parent afca6e3 commit 64db40f
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.4.tgz
Binary file not shown.
Binary file added .yarn/offline-mirror/dompurify-2.3.5.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.4",
"dompurify": "2.3.5",
"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 @@ -9621,10 +9621,10 @@ domhandler@^4.2.0:
dependencies:
domelementtype "^2.2.0"

dompurify@2.3.4:
version "2.3.4"
resolved "https://registry.yarnpkg.com/dompurify/-/dompurify-2.3.4.tgz#1cf5cf0105ccb4debdf6db162525bd41e6ddacc6"
integrity sha512-6BVcgOAVFXjI0JTjEvZy901Rghm+7fDQOrNIcxB4+gdhj6Kwp6T9VBhBY/AbagKHJocRkDYGd6wvI+p4/10xtQ==
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.0.0, dompurify@^2.0.12:
version "2.2.6"
Expand Down

0 comments on commit 64db40f

Please sign in to comment.