From a92dc9fe8a5ba1de002746677a09d798e29720de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 11:42:00 +0000 Subject: [PATCH] chore: bump lint-staged from 15.5.2 to 17.0.8 in /apps/subtrack Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 15.5.2 to 17.0.8. - [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/v15.5.2...v17.0.8) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.0.8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/subtrack/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/subtrack/package.json b/apps/subtrack/package.json index b2fecdd..9d9aa4c 100644 --- a/apps/subtrack/package.json +++ b/apps/subtrack/package.json @@ -80,7 +80,7 @@ "@types/react": "^19.2.17", "@types/sql.js": "^1.4.11", "husky": "^9.1.7", - "lint-staged": "^15.5.1", + "lint-staged": "^17.0.8", "secretlint": "^10.2.0", "tsdown": "^0.22.2", "tsx": "^4.19.0",