From a68acdb00b00b9093d21e64af83895a723380eeb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 3 Apr 2021 10:24:29 +0000 Subject: [PATCH] Bump markdownlint-cli2 from 0.0.15 to 0.1.1 Bumps [markdownlint-cli2](https://github.com/DavidAnson/markdownlint-cli2) from 0.0.15 to 0.1.1. - [Release notes](https://github.com/DavidAnson/markdownlint-cli2/releases) - [Commits](https://github.com/DavidAnson/markdownlint-cli2/compare/v0.0.15...v0.1.1) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index b0fcba5..29162ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1124,9 +1124,9 @@ } }, "markdownlint-cli2": { - "version": "0.0.15", - "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.0.15.tgz", - "integrity": "sha512-XXJ0qd8mhsSUPdIAi4jUK7PFpc0hG/jCXNj7589cX9Ywg9umynOMaUrbcLpSiRTzzVFrKIN5VLxunA6oG+I7YQ==", + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/markdownlint-cli2/-/markdownlint-cli2-0.1.1.tgz", + "integrity": "sha512-8ly6Z/Y/orOn7Mb14QgZV8/Q9KnBpyozN9ZZFeZeTU7v5KZg3BWjFPCUMnSguWPPEq8Q+4QJFf6LOi9oNeOyfw==", "dev": true, "requires": { "globby": "~11.0.3", diff --git a/package.json b/package.json index f141eba..6a58a88 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ }, "devDependencies": { "linkinator": "^2.13.6", - "markdownlint-cli2": "0.0.15" + "markdownlint-cli2": "0.1.1" } }