Bump markdown-it from 12.0.5 to 12.0.6 (#132)

Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.0.5 to 12.0.6.
- [Release notes](https://github.com/markdown-it/markdown-it/releases)
- [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md)
- [Commits](https://github.com/markdown-it/markdown-it/compare/12.0.5...12.0.6)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-04-19 09:49:59 -07:00 committed by GitHub
parent d2145b5b62
commit 29f5ceb05d
2 changed files with 4 additions and 4 deletions

6
web/package-lock.json generated
View File

@ -3229,9 +3229,9 @@
}
},
"markdown-it": {
"version": "12.0.5",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.5.tgz",
"integrity": "sha512-9KB992Yy2TedaoKETgZPL2n3bmqqZxzUsZ4fxe2ho+/AYuQUz+iDKpfjLgKbg/lHcG6cGOj+L3gDrn9S2CxoRg==",
"version": "12.0.6",
"resolved": "https://registry.npmjs.org/markdown-it/-/markdown-it-12.0.6.tgz",
"integrity": "sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==",
"requires": {
"argparse": "^2.0.1",
"entities": "~2.1.0",

View File

@ -14,7 +14,7 @@
"chart.js": "^3.1.0",
"classnames": "^2.3.1",
"date-fns": "^2.21.1",
"markdown-it": "^12.0.5",
"markdown-it": "^12.0.6",
"next": "^10.1.3",
"prop-types": "^15.7.2",
"rc-util": "^5.9.8",