Update dependency remark-html to ^13.0.2 - autoclosed
Created by: renovate[bot]
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
remark-html | ^13.0.1 -> ^13.0.2 |
Release Notes
remarkjs/remark-html
v13.0.2
-
b0b1ba5
Fix to sanitize by default The docs have always saidremark-html
is safe by default. It wasn’t and this patches that.If you do want to be unsafe, use
remark-html
withsanitize: false
:- .use(remarkHtml) + .use(remarkHtml, {sanitize: false})
Full Changelog: https://github.com/remarkjs/remark-html/compare/13.0.1...13.0.2
Configuration
-
If you want to rebase/retry this PR, check this box.
This PR has been generated by WhiteSource Renovate. View repository job log here.