From 3322092a1bf4af173ec79d537972ab5656bd5200 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 20 Nov 2021 08:12:59 +0000 Subject: [PATCH] fix(deps): update dependency markdownlint-cli to v0.30.0 --- tool/lint/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/lint/package.json b/tool/lint/package.json index c866fc4..34922c4 100644 --- a/tool/lint/package.json +++ b/tool/lint/package.json @@ -2,7 +2,7 @@ "dependencies": { "alex": "10.0.0", "markdown-spellcheck": "1.3.1", - "markdownlint-cli": "0.28.1", + "markdownlint-cli": "0.30.0", "remark-cli": "10.0.1", "remark-lint": "9.1.0" }