From 1b829bd66386d83c5560894ecef5669337d5b852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 08:35:02 +0000 Subject: [PATCH] Bump lint-staged from 16.4.0 to 17.5.1 in /client Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 16.4.0 to 17.5.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.5.1) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.5.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..37ab2f9 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.5.1", "postcss": "^8.5.6", "prettier": "^3.7.4", "tailwindcss": "^4.1.18",