From e7a555a0199299881f661cc100d4f3ec882f340e Mon Sep 17 00:00:00 2001 From: Liudmila Molkova Date: Tue, 21 Mar 2023 07:19:14 -0700 Subject: [PATCH] Make markdown-link-check work again (#3327) Link check is broken due to https://github.com/tcort/markdown-link-check/issues/246, pinning previous version until it's fixed --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 94e1ead289a..2cd780144d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "devDependencies": { - "markdown-link-check": "^3.9.3", + "markdown-link-check": "3.10.3", "markdown-toc": "^1.2.0", "markdownlint-cli": "0.31.0" }