From 2028182a494de158394e3c88590e84bfb71698a6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 17:53:22 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.22.0 to 0.23.2 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.22.0 to 0.23.2. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.22.0...v0.23.2) 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..2aefe95 --- 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.23.2" }, "scripts": { "start": "node ./src/index.js",