From b1f30ea40a0da55ee2afc7d6638487f6818b16f3 Mon Sep 17 00:00:00 2001 From: Andrzej Stencel Date: Tue, 5 Nov 2024 17:43:06 +0100 Subject: [PATCH] [chore] fix: pin markdown-link-check to v3.12.2 (#11605) 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" } }