From 2663cf2729c665581036d582f806fa638b05ce2d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 09:17:49 +0000 Subject: [PATCH] fix(deps): update dependency lint-staged to v17 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 429c21fa7f..d3f986a980 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "husky": "9.1.7", - "lint-staged": "16.4.0" + "lint-staged": "17.3.0" }, "scripts": { "postinstall": "husky",