fix(deps): update dependency remark-html to v15.0.2 (#506)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2023-02-08 07:05:53 -05:00 committed by GitHub
parent 06bd5a3b95
commit 72b82d7628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -135,7 +135,7 @@
"react-waypoint": "10.3.0",
"react-window": "1.8.8",
"remark-gfm": "3.0.1",
"remark-html": "15.0.1",
"remark-html": "15.0.2",
"remark-mdx": "2.2.1",
"remark-parse": "10.0.1",
"sanitize-filename": "1.6.3",

View File

@ -15989,10 +15989,10 @@ remark-gfm@3.0.1:
micromark-extension-gfm "^2.0.0"
unified "^10.0.0"
remark-html@15.0.1:
version "15.0.1"
resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-15.0.1.tgz#199cc78656d857834de0304c4b54a773f3272078"
integrity sha512-7ta5UPRqj8nP0GhGMYUAghZ/DRno7dgq7alcW90A7+9pgJsXzGJlFgwF8HOP1b1tMgT3WwbeANN+CaTimMfyNQ==
remark-html@15.0.2:
version "15.0.2"
resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-15.0.2.tgz#44ff77c876f037658b406662b5ce15e26ed34d80"
integrity sha512-/CIOI7wzHJzsh48AiuIyIe1clxVkUtreul73zcCXLub0FmnevQE0UMFDQm7NUx8/3rl/4zCshlMfqBdWScQthw==
dependencies:
"@types/mdast" "^3.0.0"
hast-util-sanitize "^4.0.0"