From 03353c010803c21e9a680c2629d0b96af6472521 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 2 Oct 2020 12:32:13 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.22.0 to 0.24.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.22.0 to 0.24.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.22.0...v0.24.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 package.json diff --git a/package.json b/package.json old mode 100755 new mode 100644 index 535b515..bf0773e --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "eslint": "^6.8.0", "eslint-config-airbnb-base": "^14.1.0", "eslint-plugin-import": "^2.20.1", - "markdownlint-cli": "^0.22.0" + "markdownlint-cli": "^0.24.0" }, "scripts": { "start": "node ./src/index.js",