From e90e2f87349f1052920bdb4bc133c40a918cd878 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 20:01:26 +0000 Subject: [PATCH] Update dependency markdownlint-cli to ^0.43.0 --- package.hugo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.hugo.json b/package.hugo.json index 8c90943..df505b7 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -31,7 +31,7 @@ "devDependencies": { "husky": "^9.1.7", "lint-staged": "^15.2.10", - "markdownlint-cli": "^0.42.0", + "markdownlint-cli": "^0.43.0", "prettier": "^3.4.1", "prettier-plugin-go-template": "^0.0.15" }