From cb76800f69befccea9e254c0ee99ceb871ce7c01 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 19 Nov 2021 16:28:28 +0000 Subject: [PATCH] fix(deps): update dependency markdownlint-cli to v0.29.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..269d587 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.29.0", "remark-cli": "10.0.1", "remark-lint": "9.1.0" }