From cbb51b779a2b4344f4f0b29c54d0ba1b048990ed Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Tue, 5 Nov 2024 17:22:19 +0100 Subject: [PATCH] Pin markdown-link-check to v3.12.2 To prevent it from using v3.13.x which is currently broken by https://github.com/tcort/markdown-link-check/issues/368. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 81c3ab3b996..291501d325e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { "devDependencies": { - "markdown-link-check": "^3.11.2" + "markdown-link-check": "3.12.2" } }