From ab145852d17b7a8330e654585b409ddfea59a4eb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2024 13:45:32 +0000 Subject: [PATCH] Update dependency lint-staged to ^15.3.0 --- package.hugo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.hugo.json b/package.hugo.json index e588172..a8244e2 100644 --- a/package.hugo.json +++ b/package.hugo.json @@ -30,7 +30,7 @@ }, "devDependencies": { "husky": "^9.1.7", - "lint-staged": "^15.2.11", + "lint-staged": "^15.3.0", "markdownlint-cli": "^0.43.0", "prettier": "^3.4.2", "prettier-plugin-go-template": "^0.0.15"