Merge pull request #597 from datopian/dependabot/npm_and_yarn/site/remark-html-13.0.2

Bump remark-html from 13.0.1 to 13.0.2 in /site
This commit is contained in:
Rufus Pollock
2021-10-19 18:26:07 +02:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

View File

@@ -25,7 +25,7 @@
"remark": "^13.0.0", "remark": "^13.0.0",
"remark-footnotes": "^3.0.0", "remark-footnotes": "^3.0.0",
"remark-gfm": "^1.0.0", "remark-gfm": "^1.0.0",
"remark-html": "^13.0.1", "remark-html": "^13.0.2",
"remark-slug": "^6.1.0", "remark-slug": "^6.1.0",
"remark-toc": "^7.2.0", "remark-toc": "^7.2.0",
"tailwindcss": "^2.0.2", "tailwindcss": "^2.0.2",

View File

@@ -3319,10 +3319,10 @@ remark-gfm@^1.0.0:
mdast-util-gfm "^0.1.0" mdast-util-gfm "^0.1.0"
micromark-extension-gfm "^0.3.0" micromark-extension-gfm "^0.3.0"
remark-html@^13.0.1: remark-html@^13.0.2:
version "13.0.1" version "13.0.2"
resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-13.0.1.tgz#d5b2d8be01203e61fc37403167ca7584879ad675" resolved "https://registry.yarnpkg.com/remark-html/-/remark-html-13.0.2.tgz#de5f052749ff61fc904c9708c155c88a2e2655dc"
integrity sha512-K5KQCXWVz+harnyC+UVM/J9eJWCgjYRqFeZoZf2NgP0iFbuuw/RgMZv3MA34b/OEpGnstl3oiOUtZzD3tJ+CBw== integrity sha512-LhSRQ+3RKdBqB/RGesFWkNNfkGqprDUCwjq54SylfFeNyZby5kqOG8Dn/vYsRoM8htab6EWxFXCY6XIZvMoRiQ==
dependencies: dependencies:
hast-util-sanitize "^3.0.0" hast-util-sanitize "^3.0.0"
hast-util-to-html "^7.0.0" hast-util-to-html "^7.0.0"