From e366da2ad51a9b43ea55c5bf218a6cf0ae7d861e Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sat, 24 Apr 2021 01:18:21 +0000
Subject: [PATCH] build(deps): update dependency markdown-it to v12.0.6 (#9705)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
---
 package.json |  2 +-
 yarn.lock    | 11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index a1d6570f33..ae4bd56747 100644
--- a/package.json
+++ b/package.json
@@ -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",
diff --git a/yarn.lock b/yarn.lock
index efd67fcc5f..193a717445 100644
--- a/yarn.lock
+++ b/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"
-- 
GitLab