Bump remark-html from 14.0.0 to 14.0.1 in /docs

Bumps [remark-html](https://github.com/remarkjs/remark-html) from 14.0.0 to 14.0.1.
- [Release notes](https://github.com/remarkjs/remark-html/releases)
- [Commits](https://github.com/remarkjs/remark-html/compare/14.0.0...14.0.1)

---
updated-dependencies:
- dependency-name: remark-html
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-09-07 23:30:28 +00:00
committed by GitHub
parent bf3dec46bc
commit e6415a3ee9
2 changed files with 7 additions and 7 deletions

12
docs/package-lock.json generated
View File

@@ -2573,9 +2573,9 @@
}
},
"hast-util-to-html": {
"version": "8.0.1",
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.1.tgz",
"integrity": "sha512-S1mTqXvWVGIxrWw0xOHHvmevwCBFTRGNvXWsjE32IyEAlMhbMkK+ZuP6CAqkQ6Vb7swrehaHpfXHEI6voGDh0w==",
"version": "8.0.2",
"resolved": "https://registry.npmjs.org/hast-util-to-html/-/hast-util-to-html-8.0.2.tgz",
"integrity": "sha512-ipLhUTMyyJi9F/LXaNDG9BrRdshP6obCfmUZYbE/+T639IdzqAOkKN4DyrEyID0gbb+rsC3PKf0XlviZwzomhw==",
"dev": true,
"requires": {
"@types/hast": "^2.0.0",
@@ -4744,9 +4744,9 @@
}
},
"remark-html": {
"version": "14.0.0",
"resolved": "https://registry.npmjs.org/remark-html/-/remark-html-14.0.0.tgz",
"integrity": "sha512-ISQjSlOI3Hb99REjDz0cAhPJVJZDednsj4GNj4Ve7DEZdEXhVPOzBvym0Di+1K3p/RmKXqSw0r02JDmtATh6Dw==",
"version": "14.0.1",
"resolved": "https://registry.npmjs.org/remark-html/-/remark-html-14.0.1.tgz",
"integrity": "sha512-a/x5bTlFrkwYkz43zuJIk0m0IuS5Rx8zLztGwdzmAdUj0Hsi4C4nkJ8gTQRNXY/ET/gMrqQORMMI0arRItq/aQ==",
"dev": true,
"requires": {
"@types/mdast": "^3.0.0",

View File

@@ -35,7 +35,7 @@
"postcss": "^8.3.6",
"postcss-nested": "^5.0.6",
"remark": "14.0.1",
"remark-html": "14.0.0",
"remark-html": "14.0.1",
"tailwindcss": "^2.2.8",
"typescript": "4.4.2"
}