diff --git a/package-lock.json b/package-lock.json index 31d1f02..a86c761 100644 --- a/package-lock.json +++ b/package-lock.json @@ -48,7 +48,7 @@ "eslint-plugin-unicorn": "^56.0.1", "eslint-plugin-vitest": "^0.4.1", "husky": "^9.1.7", - "lint-staged": "^15.3.0", + "lint-staged": "^15.4.0", "markdownlint-cli": "^0.43.0", "postcss": "^8.5.1", "prettier": "^3.4.2", @@ -9517,11 +9517,10 @@ } }, "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.0", + "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-15.4.0.tgz", + "integrity": "sha512-UdODqEZiQimd7rCzZ2vqFuELRNUda3mdv7M93jhE4SmDiqAj/w/msvwKgagH23jv2iCPw6Q5m+ltX4VlHvp2LQ==", "dev": true, - "license": "MIT", "dependencies": { "chalk": "~5.4.1", "commander": "~12.1.0", diff --git a/package.json b/package.json index df5de7b..a491226 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-plugin-unicorn": "^56.0.1", "eslint-plugin-vitest": "^0.4.1", "husky": "^9.1.7", - "lint-staged": "^15.3.0", + "lint-staged": "^15.4.0", "markdownlint-cli": "^0.43.0", "postcss": "^8.5.1", "prettier": "^3.4.2",