From 9ffc23af7beaa8bcf9afc1d5399e13b8228a3f60 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Oct 2020 07:01:41 +0000 Subject: [PATCH] fix: upgrade markdownlint-cli from 0.23.2 to 0.24.0 Snyk has created this PR to upgrade markdownlint-cli from 0.23.2 to 0.24.0. See this package in npm: https://www.npmjs.com/package/markdownlint-cli See this project in Snyk: https://app.snyk.io/org/jankyboy/project/d51e23c6-4b49-4fd0-9f55-f846a008e7f8?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a82de56e1..7c0fae0920 100644 --- a/package.json +++ b/package.json @@ -95,7 +95,7 @@ "lodash": "4.17.20", "markdown-spellcheck": "^1.3.1", "markdownlint": "^0.20.4", - "markdownlint-cli": "^0.23.2", + "markdownlint-cli": "^0.24.0", "npm-run-all": "^4.1.5", "optimize-css-assets-webpack-plugin": "^5.0.3", "prettier": "^2.0.5",