mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 06:26:26 +00:00
build(deps): update dependency markdown-it to v12.0.6 (#9705)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
108a00bad4
commit
e366da2ad5
2 changed files with 12 additions and 1 deletions
|
@ -160,7 +160,7 @@
|
|||
"json5": "2.2.0",
|
||||
"linkify-markdown": "1.0.0",
|
||||
"luxon": "1.26.0",
|
||||
"markdown-it": "12.0.4",
|
||||
"markdown-it": "12.0.6",
|
||||
"markdown-table": "2.0.0",
|
||||
"minimatch": "3.0.4",
|
||||
"moo": "0.5.1",
|
||||
|
|
11
yarn.lock
11
yarn.lock
|
@ -6728,6 +6728,17 @@ markdown-it@12.0.4:
|
|||
mdurl "^1.0.1"
|
||||
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:
|
||||
version "2.0.0"
|
||||
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-2.0.0.tgz#194a90ced26d31fe753d8b9434430214c011865b"
|
||||
|
|
Loading…
Reference in a new issue