jenkins-infra / stories

A static site for the Jenkins is the way
https://stories.jenkins.io
Apache License 2.0
3 stars 16 forks source link

fix(deps): update dependency remark-html to v13.0.2 #31

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend 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`](https://togithub.com/remarkjs/remark-html/releases/tag/13.0.2) [Compare Source](https://togithub.com/remarkjs/remark-html/compare/13.0.1...13.0.2) - [`b0b1ba5`](https://togithub.com/remarkjs/remark-html/commit/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`: ```diff - .use(remarkHtml) + .use(remarkHtml, {sanitize: false}) ``` **Full Changelog**: https://github.com/remarkjs/remark-html/compare/13.0.1...13.0.2

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.



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