From 1d42f44303ac437da14d5080d81f058b070c3cc8 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 22 Sep 2021 05:44:25 +0000
Subject: [PATCH] chore(deps): update dependency markdownlint-cli2 to v0.3.1
 (#11843)

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 896e2cbda2..02e9d3aaaa 100644
--- a/package.json
+++ b/package.json
@@ -258,7 +258,7 @@
     "jest-junit": "12.2.0",
     "jest-mock-extended": "1.0.18",
     "jest-silent-reporter": "0.5.0",
-    "markdownlint-cli2": "0.3.0",
+    "markdownlint-cli2": "0.3.1",
     "mockdate": "3.0.5",
     "nock": "13.1.3",
     "npm-run-all": "4.1.5",
diff --git a/yarn.lock b/yarn.lock
index 13b8ad9d26..fdbd3b5493 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -6536,10 +6536,10 @@ markdownlint-cli2-formatter-default@^0.0.2:
   resolved "https://registry.yarnpkg.com/markdownlint-cli2-formatter-default/-/markdownlint-cli2-formatter-default-0.0.2.tgz#76f1a064d70966178dfe3bb489af9423d830ca79"
   integrity sha512-jIz1X3SIC8sX4NDFqQFUXL+JEtfnDoN4i+xocEu+etcxGX455pHb6sx86f/yVk4mKJ2o7aNe2ydSx9an22BfBg==
 
-markdownlint-cli2@0.3.0:
-  version "0.3.0"
-  resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.3.0.tgz#415407003021b48343a63bd177ed76f4aedc064b"
-  integrity sha512-0nmB8MMqxwTolfkOaGW9RLqkBVG6DW6oBTyDKd3SP+7e8FPhihg6KBqpz1puj37C2Wd3POS98xiE1GljEVNyHw==
+markdownlint-cli2@0.3.1:
+  version "0.3.1"
+  resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.3.1.tgz#dcdd23a024ff471c6d2117297555c6ddae90d79a"
+  integrity sha512-6t2EhSEpu355IBPdm5DAMAo8ihWWUfIA0pB9FmTUNw78tENAStZPvBL7ym0/4ub9u/J0zslV2ONUTfEhro1KOA==
   dependencies:
     globby "~11.0.4"
     markdownlint "~0.24.0"
-- 
GitLab