From 239b4c57622851e83c65e5f8b6e60e8eac0191fb Mon Sep 17 00:00:00 2001 From: "balena-renovate[bot]" <133977723+balena-renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 09:14:12 +0000 Subject: [PATCH] Update dependency lint-staged to v17 Update lint-staged from 16.4.0 to 17.0.0 Change-type: patch --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e31f27..5aa6f48 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "@balena/lint": "^9.3.6", "husky": "^9.1.7", - "lint-staged": "^16.1.6", + "lint-staged": "^17.0.0", "require-npm4-to-publish": "^1.0.0", "typescript": "^5.9.2" },