From aaaaefc12575fede12d0d47c20df957f36b74fa7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 08:52:20 +0000 Subject: [PATCH] Update dependency lint-staged to ^15.2.9 --- package.hugo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.hugo.json b/package.hugo.json index 7418a66..3caece2 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -30,7 +30,7 @@ }, "devDependencies": { "husky": "^9.1.4", - "lint-staged": "^15.2.8", + "lint-staged": "^15.2.9", "markdownlint-cli": "^0.41.0", "prettier": "^3.3.3", "prettier-plugin-go-template": "^0.0.15"