Skip to content
This repository has been archived by the owner on Oct 12, 2024. It is now read-only.

Commit

Permalink
fix(deps): update dependency dompurify to v3.1.3 (#224)
Browse files Browse the repository at this point in the history
[![Mend
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) | [`3.1.2` ->
`3.1.3`](https://renovatebot.com/diffs/npm/dompurify/3.1.2/3.1.3) |
[![age](https://developer.mend.io/api/mc/badges/age/npm/dompurify/3.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/dompurify/3.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/npm/dompurify/3.1.2/3.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/dompurify/3.1.2/3.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>cure53/DOMPurify (dompurify)</summary>

###
[`v3.1.3`](https://togithub.com/cure53/DOMPurify/releases/tag/3.1.3):
DOMPurify 3.1.3

[Compare
Source](https://togithub.com/cure53/DOMPurify/compare/3.1.2...3.1.3)

- Fixed several mXSS variations found by and thanks to
[@&#8203;kevin-mizu](https://togithub.com/kevin-mizu) &
[@&#8203;Ry0taK](https://togithub.com/Ry0taK)
- Added better and more verbose handling of `nodeType` check management,
thanks [@&#8203;ssi02014](https://togithub.com/ssi02014)
-   Added better configurability for comment scrubbing default behavior
- Added better hardening against Prototype Pollution attacks, thanks
[@&#8203;kevin-mizu](https://togithub.com/kevin-mizu)
-   Fixed some smaller issues in README and other documentation

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

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

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

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

---

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

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/kayman-mk/blog-tech-at-work).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNTEuMiIsInVwZGF0ZWRJblZlciI6IjM3LjM1MS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 15, 2024
1 parent 48e879b commit 57d85b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@fortawesome/fontawesome-free": "6.5.2",
"dayjs": "1.11.11",
"dompurify": "3.1.2",
"dompurify": "3.1.3",
"marked": "12.0.1"
}
}

0 comments on commit 57d85b9

Please sign in to comment.