diff --git a/package-lock.json b/package-lock.json index d9ac9328..2a2e9de6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "babel-eslint": "^10.1.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-check-file": "^2.8.0", + "eslint-plugin-check-file": "^3.3.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-mdx": "^3.6.2", "eslint-plugin-react": "^7.37.5", @@ -10694,24 +10694,33 @@ } }, "node_modules/eslint-plugin-check-file": { - "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==", + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-3.3.1.tgz", + "integrity": "sha512-b7fDkp8Y0T9vloTYSrkMnb5Cqpk1bc6+jDQdgKIhzdwb47NmLAvMFYo3SzHOPF8u4SEsOVhmrNSbo6Sp633syg==", "dev": true, + "funding": [ + { + "type": "ko_fi", + "url": "https://ko-fi.com/huanluo" + }, + { + "type": "github", + "url": "https://github.com/sponsors/dukeluo" + } + ], "license": "Apache-2.0", + "workspaces": [ + "examples/basic" + ], "dependencies": { "is-glob": "^4.0.3", - "micromatch": "^4.0.5" + "micromatch": "^4.0.8" }, "engines": { "node": ">=18" }, - "funding": { - "type": "ko_fi", - "url": "https://ko-fi.com/huanluo" - }, "peerDependencies": { - "eslint": ">=7.28.0" + "eslint": ">=9.0.0" } }, "node_modules/eslint-plugin-import": { diff --git a/package.json b/package.json index 64aee82f..f0488b45 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "babel-eslint": "^10.1.0", "eslint": "^8.57.1", "eslint-config-prettier": "^10.1.8", - "eslint-plugin-check-file": "^2.8.0", + "eslint-plugin-check-file": "^3.3.1", "eslint-plugin-import": "^2.32.0", "eslint-plugin-mdx": "^3.6.2", "eslint-plugin-react": "^7.37.5",