From b3c14380855f601aa98ea8148aaa7518840310d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 02:20:39 +0000 Subject: [PATCH] Update dependency markdownlint-cli to ^0.42.0 --- package.hugo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.hugo.json b/package.hugo.json index f526121..e430878 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -31,7 +31,7 @@ "devDependencies": { "husky": "^9.1.6", "lint-staged": "^15.2.10", - "markdownlint-cli": "^0.41.0", + "markdownlint-cli": "^0.42.0", "prettier": "^3.3.3", "prettier-plugin-go-template": "^0.0.15" }