From df2868ecbc5e519005646f1d62fcdeb78e76a863 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 23 Jul 2021 13:34:38 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.22.0 to 0.28.1 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.22.0 to 0.28.1. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.22.0...v0.28.1) 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..c1147a3 --- 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.28.1" }, "scripts": { "start": "node ./src/index.js",