From fe2974149e11a3aa6b1b8605ab092d1a980402f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 07:02:58 +0000 Subject: [PATCH] fix(deps): update dependency markdownlint-cli to ^0.47.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 80f7f88..dd3ab3e 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "jest": "^27.0.6", "jest-environment-node": "^27.0.6", "lint-staged": "^11.1.2", - "markdownlint-cli": "^0.28.1", + "markdownlint-cli": "^0.47.0", "prettier": "^2.3.2", "pretty-quick": "^3.1.1", "ts-jest": "^27.0.5",