From 9f2e0dc77466a63a28347b390a7b241682e6c411 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 08:34:41 +0000 Subject: [PATCH] Bump lint-staged from 16.4.0 to 17.4.1 in /client Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.4.0 to 17.4.1. - [Release notes](https://github.com/lint-staged/lint-staged/releases) - [Changelog](https://github.com/lint-staged/lint-staged/blob/main/CHANGELOG.md) - [Commits](https://github.com/lint-staged/lint-staged/compare/v16.4.0...v17.4.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.4.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 11dd9de..1555a38 100644 --- a/client/package.json +++ b/client/package.json @@ -46,7 +46,7 @@ "globals": "^17.0.0", "husky": "^9.1.7", "jsconfig.json": "^2.3.3", - "lint-staged": "^16.2.7", + "lint-staged": "^17.4.1", "postcss": "^8.5.6", "prettier": "^3.7.4", "tailwindcss": "^4.1.18",