diff --git a/package-lock.json b/package-lock.json index 47347e5..aafe8b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-check-file": "2.7.1", + "eslint-plugin-check-file": "2.8.0", "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6" @@ -1515,9 +1515,9 @@ } }, "node_modules/eslint-plugin-check-file": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-2.7.1.tgz", - "integrity": "sha512-vPCcKE+jHthIVLTwyCv61uygT/day3wuPTk/WASS/xPqbz0hTPxMTYIE5qBXSpSZVPdfj+H1kUAtdaLCYtfHBg==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-2.8.0.tgz", + "integrity": "sha512-FvvafMTam2WJYH9uj+FuMxQ1y+7jY3Z6P9T4j2214cH0FBxNzTcmeCiGTj1Lxp3mI6kbbgsXvmgewvf+llKYyw==", "dependencies": { "is-glob": "^4.0.3", "micromatch": "^4.0.5" @@ -4049,9 +4049,9 @@ "requires": {} }, "eslint-plugin-check-file": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-2.7.1.tgz", - "integrity": "sha512-vPCcKE+jHthIVLTwyCv61uygT/day3wuPTk/WASS/xPqbz0hTPxMTYIE5qBXSpSZVPdfj+H1kUAtdaLCYtfHBg==", + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-2.8.0.tgz", + "integrity": "sha512-FvvafMTam2WJYH9uj+FuMxQ1y+7jY3Z6P9T4j2214cH0FBxNzTcmeCiGTj1Lxp3mI6kbbgsXvmgewvf+llKYyw==", "requires": { "is-glob": "^4.0.3", "micromatch": "^4.0.5" diff --git a/package.json b/package.json index a3f794b..8d449b4 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", - "eslint-plugin-check-file": "2.7.1" + "eslint-plugin-check-file": "2.8.0" }, "devDependencies": { "@caspeco/prettier-config": "1.0.4",