From a0563fdd5dc9446846757fc9fd397a2b763808e2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 19:26:05 +0000 Subject: [PATCH] Bump markdownlint-cli from 0.23.2 to 0.24.0 Bumps [markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli) from 0.23.2 to 0.24.0. - [Release notes](https://github.com/igorshubovych/markdownlint-cli/releases) - [Commits](https://github.com/igorshubovych/markdownlint-cli/compare/v0.23.2...v0.24.0) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f4244e..9d0ac7c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@types/node": "^14.0.26", "@typescript-eslint/eslint-plugin": "^2.19.2", "@typescript-eslint/parser": "^2.19.2", - "markdownlint-cli": "^0.23.2", + "markdownlint-cli": "^0.24.0", "nyc": "^15.0.0", "pre-commit": "^1.2.2", "snazzy": "^8.0.0",