From 208410c597d7893275a9e198f1f8c4e0d5093ffd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 18 Nov 2021 18:45:21 +0000 Subject: [PATCH] fix(deps): update dependency remark-cli to v10.0.1 --- 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 338121a..a3cd94b 100644 --- a/tool/lint/package.json +++ b/tool/lint/package.json @@ -3,7 +3,7 @@ "alex": "9.1.1", "markdown-spellcheck": "1.3.1", "markdownlint-cli": "0.29.0", - "remark-cli": "10.0.0", + "remark-cli": "10.0.1", "remark-lint": "9.1.0" } }