From d85123de8c272a6fe59dce0abd7cc43eca57491d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 24 Apr 2021 10:13:02 +0000 Subject: [PATCH] Bump markdownlint-cli2 from 0.1.2 to 0.1.3 Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.1.2 to 0.1.3. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.1.2...v0.1.3) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 20 ++++++++++---------- package.json | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index 97d77303..269a109d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1124,9 +1124,9 @@ } }, "markdownlint-cli2": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.1.2.tgz", - "integrity": "sha512-34rEuA5ZWjjzqhznA7Qn1o+njUqwKJ03xJYYyz1DRgczFbTORWh8La/mByITLXF5rOwP/5ZHFYzDF9rUMcg9eg==", + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.1.3.tgz", + "integrity": "sha512-4pbrSEDe/G9PjJnrxKXKTQXyXERHvFH+RjvZrCRiNrVPB0p1/wmQXCkdsKNWlaf+gc4gz4k9u1fj2x28GvFenw==", "dev": true, "requires": { "globby": "~11.0.3", @@ -1197,13 +1197,13 @@ "dev": true }, "micromatch": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.3.tgz", - "integrity": "sha512-ueuSaP4i67F/FAUac9zzZ0Dz/5KeKDkITYIS/k4fps+9qeh1SkeH6gbljcqz97mNBOsaWZ+iv2UobMKK/yD+aw==", + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz", + "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==", "dev": true, "requires": { "braces": "^3.0.1", - "picomatch": "^2.2.1" + "picomatch": "^2.2.3" } }, "mime": { @@ -1400,9 +1400,9 @@ "dev": true }, "picomatch": { - "version": "2.2.2", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.2.tgz", - "integrity": "sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg==", + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz", + "integrity": "sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==", "dev": true }, "prepend-http": { diff --git a/package.json b/package.json index 241a2bbe..651989c1 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "linkinator": "^2.13.6", - "markdownlint-cli2": "0.1.2" + "markdownlint-cli2": "0.1.3" } }