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",