Skip to content

Commit d9fb78d

Browse files
fix(deps): update dependency isomorphic-dompurify to v0.23.0 (#9470)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [isomorphic-dompurify](https://togithub.com/kkomelin/isomorphic-dompurify) | [`0.22.0` -> `0.23.0`](https://renovatebot.com/diffs/npm/isomorphic-dompurify/0.22.0/0.23.0) | [![age](https://badges.renovateapi.com/packages/npm/isomorphic-dompurify/0.23.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/npm/isomorphic-dompurify/0.23.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/npm/isomorphic-dompurify/0.23.0/compatibility-slim/0.22.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/npm/isomorphic-dompurify/0.23.0/confidence-slim/0.22.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Configuration 📅 **Schedule**: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined). 🚦 **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. ⚠ **Warning**: custom changes will be lost. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/carbon-design-system/carbon-for-ibm-dotcom). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4yMjguMSIsInVwZGF0ZWRJblZlciI6IjMyLjIyOC4xIn0=-->
1 parent e66479e commit d9fb78d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed
Binary file not shown.
Binary file not shown.

packages/utilities/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@carbon/telemetry": "0.1.0",
5252
"axios": "^0.27.2",
5353
"carbon-components": "10.58.3",
54-
"isomorphic-dompurify": "0.22.0",
54+
"isomorphic-dompurify": "0.23.0",
5555
"js-cookie": "^2.2.1",
5656
"marked": "^4.0.10",
5757
"striptags": "^3.2.0",

yarn.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -14158,14 +14158,14 @@ isobject@^4.0.0:
1415814158
resolved "https://registry.yarnpkg.com/isobject/-/isobject-4.0.0.tgz#3f1c9155e73b192022a80819bacd0343711697b0"
1415914159
integrity sha512-S/2fF5wH8SJA/kmwr6HYhK/RI/OkhD84k8ntalo0iJjZikgq1XFvR5M8NPT1x5F7fBwCG3qHfnzeP/Vh/ZxCUA==
1416014160

14161-
isomorphic-dompurify@0.22.0:
14162-
version "0.22.0"
14163-
resolved "https://registry.yarnpkg.com/isomorphic-dompurify/-/isomorphic-dompurify-0.22.0.tgz#bb4f2d9216dabf257ab6c44771b7f3ef73818a5f"
14164-
integrity sha512-DDXg2CBjaKAGCHq0bGFWKZpkZoieoV/YptsJylFq/7vznBjIvJx853MGFwAZaFALZnyaeK0+WbhYNf/R1FxiVQ==
14161+
isomorphic-dompurify@0.23.0:
14162+
version "0.23.0"
14163+
resolved "https://registry.yarnpkg.com/isomorphic-dompurify/-/isomorphic-dompurify-0.23.0.tgz#226f3434760c22734366b27f3c4420f7006b93c0"
14164+
integrity sha512-4XrxStdPTMkHE8mwOY7EDeBWABDoZnKAkxzikNq5Z8d40XwGRKbHK6jz+vBENfyPlgndg0OD1PB06vamrynIiA==
1416514165
dependencies:
1416614166
"@types/dompurify" "^2.3.4"
1416714167
dompurify "^2.4.0"
14168-
jsdom "^20.0.0"
14168+
jsdom "^20.0.1"
1416914169

1417014170
isomorphic-unfetch@^3.1.0:
1417114171
version "3.1.0"
@@ -15175,7 +15175,7 @@ jsdom@^15.2.1:
1517515175
ws "^7.0.0"
1517615176
xml-name-validator "^3.0.0"
1517715177

15178-
jsdom@^20.0.0:
15178+
jsdom@^20.0.1:
1517915179
version "20.0.1"
1518015180
resolved "https://registry.yarnpkg.com/jsdom/-/jsdom-20.0.1.tgz#d95b4a3b6e1eec6520aa01d9d908eade8c6ba153"
1518115181
integrity sha512-pksjj7Rqoa+wdpkKcLzQRHhJCEE42qQhl/xLMUKHgoSejaKOdaXEAnqs6uDNwMl/fciHTzKeR8Wm8cw7N+g98A==

0 commit comments

Comments
 (0)