From c15c92f6363a8c0129f539a7b6f485ad6e896693 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Aug 2021 21:32:54 +0000 Subject: [PATCH] build(deps): update dependency markdown-it to v12.2.0 (#11193) Co-authored-by: Renovate Bot <bot@renovateapp.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5250c54ee9..a3107a1354 100644 --- a/package.json +++ b/package.json @@ -165,7 +165,7 @@ "json-stringify-pretty-compact": "3.0.0", "json5": "2.2.0", "luxon": "2.0.1", - "markdown-it": "12.1.0", + "markdown-it": "12.2.0", "markdown-table": "2.0.0", "mdast-util-find-and-replace": "1.1.1", "mdast-util-to-string": "2.0.0", diff --git a/yarn.lock b/yarn.lock index 3ed2424b8a..c0a92edfcb 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6435,10 +6435,10 @@ markdown-it@12.0.4: mdurl "^1.0.1" uc.micro "^1.0.5" -markdown-it@12.1.0: - version "12.1.0" - resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.1.0.tgz#7ad572caddd336bd27a68d20e86bac1fafe8fb20" - integrity sha512-7temG6IFOOxfU0SgzhqR+vr2diuMhyO5uUIEZ3C5NbXhqC9uFUHoU41USYuDFoZRsaY7BEIEei874Z20VMLF6A== +markdown-it@12.2.0: + version "12.2.0" + resolved "https://registry.yarnpkg.com/markdown-it/-/markdown-it-12.2.0.tgz#091f720fd5db206f80de7a8d1f1a7035fd0d38db" + integrity sha512-Wjws+uCrVQRqOoJvze4HCqkKl1AsSh95iFAeQDwnyfxM09divCBSXlDR1uTvyUP3Grzpn4Ru8GeCxYPM8vkCQg== dependencies: argparse "^2.0.1" entities "~2.1.0" -- GitLab