diff --git a/package-lock.json b/package-lock.json index 69973b9..e94c228 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "husky": "^9.1.4", - "lint-staged": "^15.2.9", + "lint-staged": "^15.4.1", "markdownlint-cli": "^0.43.0", "mocha": "^11.0.1", "prettier": "^3.3.3", @@ -6219,9 +6219,9 @@ } }, "node_modules/lint-staged": { - "version": "15.3.0", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.3.0.tgz", - "integrity": "sha512-vHFahytLoF2enJklgtOtCtIjZrKD/LoxlaUusd5nh7dWv/dkKQJY74ndFSzxCdv7g0ueGg1ORgTSt4Y9LPZn9A==", + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.1.tgz", + "integrity": "sha512-P8yJuVRyLrm5KxCtFx+gjI5Bil+wO7wnTl7C3bXhvtTaAFGirzeB24++D0wGoUwxrUKecNiehemgCob9YL39NA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 47545ee..2c61012 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "husky": "^9.1.4", - "lint-staged": "^15.2.9", + "lint-staged": "^15.4.1", "markdownlint-cli": "^0.43.0", "mocha": "^11.0.1", "prettier": "^3.3.3",