From 3aba8c9e678617cd81a0674bad24e8f2eec7fe4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 12:12:41 +0000 Subject: [PATCH] Bump lint-staged from 17.0.0 to 17.0.4 Bumps [lint-staged](https://github.com/lint-staged/lint-staged) from 17.0.0 to 17.0.4. - [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/v17.0.0...v17.0.4) --- updated-dependencies: - dependency-name: lint-staged dependency-version: 17.0.4 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc4e161..fa4b454 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "eslint-plugin-prettier": "^5.5.5", "husky": "^9.1.7", "jest": "^30.4.2", - "lint-staged": "^17.0.0", + "lint-staged": "^17.0.4", "prettier": "^3.8.3", "ts-jest": "^29.4.9", "typescript": "^6.0.3", @@ -4266,9 +4266,9 @@ "license": "MIT" }, "node_modules/lint-staged": { - "version": "17.0.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.0.tgz", - "integrity": "sha512-286BsrsEp/7taRKY839AAU8E78uModiwmU7/cbuHbGfNA4mQVtLXA2Au9pLgWI2v4/M+PHq+s/rH+LJlVKucwA==", + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.4.tgz", + "integrity": "sha512-+rU9lSUyVOZ/hDUmRLVGzyS2v73cDdQjX+XQz1AaOdIE4RysLq0HoPW2HrrgeNCLklkhi904VBU1bmgWLHVnkA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 38c4386..c9cbd4d 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "eslint-plugin-prettier": "^5.5.5", "husky": "^9.1.7", "jest": "^30.4.2", - "lint-staged": "^17.0.0", + "lint-staged": "^17.0.4", "prettier": "^3.8.3", "ts-jest": "^29.4.9", "typescript": "^6.0.3",