From 7ecc9a966177c250ec305a20ed4b6a5c6ecffb87 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 10:49:11 +0000 Subject: [PATCH] fix(deps): update dependency remark-lint to v9.1.2 --- 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 81b1272..0079f7d 100644 --- a/tool/lint/package.json +++ b/tool/lint/package.json @@ -4,6 +4,6 @@ "markdown-spellcheck": "1.3.1", "markdownlint-cli": "0.31.1", "remark-cli": "11.0.0", - "remark-lint": "9.1.1" + "remark-lint": "9.1.2" } }