diff --git a/package.json b/package.json index fcb7521..e78e4e7 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "esbuild": "^0.15.1", "eslint": "^8.14.0", "eslint-config-prettier": "^8.5.0", - "eslint-plugin-check-file": "^1.2.1", + "eslint-plugin-check-file": "^2.2.0", "eslint-plugin-jest": "^27.0.2", "jest": "^28.1.0", "jest-junit": "^14.0.1", diff --git a/yarn.lock b/yarn.lock index b1acb92..742ce5f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1414,10 +1414,10 @@ eslint-config-prettier@^8.5.0: resolved "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-8.5.0.tgz" integrity sha512-obmWKLUNCnhtQRKc+tmnYuQl0pFU1ibYJQ5BGhTVB08bHe9wC8qUeG7c08dj9XX+AuPj1YSGSQIHl1pnDHZR0Q== -eslint-plugin-check-file@^1.2.1: - version "1.2.2" - resolved "https://registry.npmjs.org/eslint-plugin-check-file/-/eslint-plugin-check-file-1.2.2.tgz" - integrity sha512-uoJBbgYI5Ih0LCjii42TbF3dxxmhBp/I0TC4+sQjznYXvdOIQRB2md0jILBYRVHaWwaLrtVlz8POG2qdINbIjA== +eslint-plugin-check-file@^2.2.0: + version "2.2.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-check-file/-/eslint-plugin-check-file-2.2.0.tgz#000b59175077411ff7c353ce38218ae736c22b60" + integrity sha512-1eUUqM4ZavOAZd9VNOjb8ZbZ/ym9t8Wu7ur59hQ0kfB+8TX8Kw4FD1kgWOVmKF/HVginGnqdiH/Px2ZXFgrtaA== dependencies: is-glob "^4.0.3" micromatch "^4.0.4"