From 9e2d2763ca065fd225cddcd21a713b035bea6e3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 05:44:07 +0000 Subject: [PATCH] chore(deps): update dependency markdownlint-cli2 to v0.1.3 (#9696) 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 a48404bebd..a1d6570f33 100644 --- a/package.json +++ b/package.json @@ -247,7 +247,7 @@ "jest-junit": "12.0.0", "jest-mock-extended": "1.0.13", "jest-silent-reporter": "0.5.0", - "markdownlint-cli2": "0.0.15", + "markdownlint-cli2": "0.1.3", "mockdate": "3.0.5", "nock": "13.0.11", "npm-run-all": "4.1.5", diff --git a/yarn.lock b/yarn.lock index f50834a75d..efd67fcc5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6745,10 +6745,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.0.15: - version "0.0.15" - resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.0.15.tgz#c35407d0dc0e7ba5ed02e8693305dfdf4b6a9beb" - integrity sha512-XXJ0qd8mhsSUPdIAi4jUK7PFpc0hG/jCXNj7589cX9Ywg9umynOMaUrbcLpSiRTzzVFrKIN5VLxunA6oG+I7YQ== +markdownlint-cli2@0.1.3: + version "0.1.3" + resolved "https://registry.yarnpkg.com/markdownlint-cli2/-/markdownlint-cli2-0.1.3.tgz#15ac14edea7816c96978f5f1de9256e637b691c5" + integrity sha512-4pbrSEDe/G9PjJnrxKXKTQXyXERHvFH+RjvZrCRiNrVPB0p1/wmQXCkdsKNWlaf+gc4gz4k9u1fj2x28GvFenw== dependencies: globby "~11.0.3" markdownlint "~0.23.1" -- GitLab