Skip to content

Update dependency remark-html to ^13.0.2 - autoclosed

Warren Gifford requested to merge renovate/remark-monorepo into main

Created by: renovate[bot]

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
remark-html ^13.0.1 -> ^13.0.2 age adoption passing confidence

Release Notes

remarkjs/remark-html

v13.0.2

Compare Source

  • b0b1ba5 Fix to sanitize by default The docs have always said remark-html is safe by default. It wasn’t and this patches that.

    If you do want to be unsafe, use remark-html with sanitize: false:

    -  .use(remarkHtml)
    +  .use(remarkHtml, {sanitize: false})

Full Changelog: https://github.com/remarkjs/remark-html/compare/13.0.1...13.0.2


Configuration

📅 Schedule: "on the 1st through 7th day of the month" in timezone America/Los_Angeles.

🚦 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.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

Merge request reports

Loading