From 3a17073d5d4bd040a2b6f296dab822c8044dd94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Aug 2021 15:54:32 +0300 Subject: [PATCH] Bump markdownlint-cli2 from 0.1.3 to 0.2.0 (#545) Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.1.3 to 0.2.0. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.1.3...v0.2.0) --- updated-dependencies: - dependency-name: markdownlint-cli2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: XhmikosR --- package-lock.json | 10 +++++----- package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 21eef0d..a7bdfb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1131,16 +1131,16 @@ } }, "markdownlint-cli2": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.1.3.tgz", - "integrity": "sha512-4pbrSEDe/G9PjJnrxKXKTQXyXERHvFH+RjvZrCRiNrVPB0p1/wmQXCkdsKNWlaf+gc4gz4k9u1fj2x28GvFenw==", + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.2.0.tgz", + "integrity": "sha512-/MIaG2MOlm39SBApQbeHK847/bgX6FfUPZMpCzA2UMYXR8NTwzTdjQAXjjLBK6+zG52GWKyhdmBKobkhLnq8wQ==", "dev": true, "requires": { - "globby": "~11.0.3", + "globby": "~11.0.4", "markdownlint": "~0.23.1", "markdownlint-cli2-formatter-default": "^0.0.2", "markdownlint-rule-helpers": "~0.14.0", - "micromatch": "~4.0.2", + "micromatch": "~4.0.4", "strip-json-comments": "~3.1.1", "yaml": "~1.10.2" }, diff --git a/package.json b/package.json index 33f550d..af24f06 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "linkinator": "^2.14.0", - "markdownlint-cli2": "0.1.3" + "markdownlint-cli2": "0.2.0" } }