From 510372ff662298172f6a92dbb489ffb0bfd6a0f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 16 Jul 2022 22:40:08 +0000 Subject: [PATCH] fix(deps): update dependency markdownlint-cli to v0.32.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 f334595..abf8192 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.31.1", + "markdownlint-cli": "0.32.0", "remark-cli": "10.0.1", "remark-lint": "9.1.1" }