diff --git a/package-lock.json b/package-lock.json index 20bf277..e6e017f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -29,8 +29,8 @@ "eslint-plugin-sonarjs": "^4.0.3", "husky": "^9.1.7", "jsdom": "^29.1.1", - "lint-staged": "^17.0.3", - "prettier": "^3.8.3", + "lint-staged": "^17.0.4", + "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4", "typescript": "^5", @@ -5732,9 +5732,9 @@ } }, "node_modules/lint-staged": { - "version": "17.0.3", - "resolved": "https://registry.npmjs.org/lint-staged/-/lint-staged-17.0.3.tgz", - "integrity": "sha512-wnvMRhzC3GNpjixxleiG+pAW09dHTUgBCjMS7XouAg5E7wKUc8YdfogpF7zIgvXKDbH+452O6+XpnKm6V67rPw==", + "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 2f8eb69..a084bdb 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ "eslint-plugin-sonarjs": "^4.0.3", "husky": "^9.1.7", "jsdom": "^29.1.1", - "lint-staged": "^17.0.3", + "lint-staged": "^17.0.4", "prettier": "^3.5.3", "prettier-plugin-tailwindcss": "^0.8.0", "tailwindcss": "^4",