From 59109e47969cce8b79b3cdd1c257774d9c3e1043 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 3 Dec 2021 10:21:12 +0000 Subject: [PATCH] fix(deps): update dependency remark-lint to v9.1.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 a3cd94b..d4147ed 100644 --- a/tool/lint/package.json +++ b/tool/lint/package.json @@ -4,6 +4,6 @@ "markdown-spellcheck": "1.3.1", "markdownlint-cli": "0.29.0", "remark-cli": "10.0.1", - "remark-lint": "9.1.0" + "remark-lint": "9.1.1" } }