build(deps): update dependency markdown-it to v12.0.6 (#9705)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-04-24 01:18:21 +00:00 committed by GitHub
parent 108a00bad4
commit e366da2ad5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View file

@ -160,7 +160,7 @@
"json5": "2.2.0", "json5": "2.2.0",
"linkify-markdown": "1.0.0", "linkify-markdown": "1.0.0",
"luxon": "1.26.0", "luxon": "1.26.0",
"markdown-it": "12.0.4", "markdown-it": "12.0.6",
"markdown-table": "2.0.0", "markdown-table": "2.0.0",
"minimatch": "3.0.4", "minimatch": "3.0.4",
"moo": "0.5.1", "moo": "0.5.1",

View file

@ -6728,6 +6728,17 @@ markdown-it@12.0.4:
mdurl "^1.0.1" mdurl "^1.0.1"
uc.micro "^1.0.5" uc.micro "^1.0.5"
markdown-it@12.0.6:
version "12.0.6"
resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.0.6.tgz#adcc8e5fe020af292ccbdf161fe84f1961516138"
integrity sha512-qv3sVLl4lMT96LLtR7xeRJX11OUFjsaD5oVat2/SNBIb21bJXwal2+SklcRbTwGwqWpWH/HRtYavOoJE+seL8w==
dependencies:
argparse "^2.0.1"
entities "~2.1.0"
linkify-it "^3.0.1"
mdurl "^1.0.1"
uc.micro "^1.0.5"
markdown-table@2.0.0: markdown-table@2.0.0:
version "2.0.0" version "2.0.0"
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b" resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b"