diff --git a/package.json b/package.json index c162b142..a0922e5c 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "@typescript-eslint/eslint-plugin": "^5.0.0", "@typescript-eslint/parser": "^5.0.0", "eslint": "^8.0.0", - "eslint-plugin-eslint-plugin": "^3.0.0", + "eslint-plugin-eslint-plugin": "^4.0.1", "husky": "^7.0.0", "jest": "^27.2.5", "prettier": "^2.1.1", diff --git a/yarn.lock b/yarn.lock index a3f20052..7e1c65b1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1346,12 +1346,13 @@ escodegen@^2.0.0: optionalDependencies: source-map "~0.6.1" -eslint-plugin-eslint-plugin@^3.0.0: - version "3.6.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-3.6.1.tgz#6c93655c9345f36874cc4f8aba4f89c81d47b8fe" - integrity sha512-SOE0aoS2+lvtcEbJmy98gEKaxcpkQdxDtqvqE0VQSiGEFme8yTNjpLAjMqPDmmj8KGTwIFd+cYnVykz+9HAIiw== +eslint-plugin-eslint-plugin@^4.0.1: + version "4.0.1" + resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-4.0.1.tgz#9624f4d8aca75ab52aa5efff9d99889b318b6a06" + integrity sha512-ey21uE/uOanYAWakWNeFDXF4MEySczTyhdxbKYs5SCTa89MH5Z/TOZ/ui8OqSsAC+QR49iKNuh5kvVSoZhdc7Q== dependencies: - eslint-utils "^2.1.0" + eslint-utils "^3.0.0" + estraverse "^5.2.0" eslint-scope@^5.1.1: version "5.1.1" @@ -1369,13 +1370,6 @@ eslint-scope@^6.0.0: esrecurse "^4.3.0" estraverse "^5.2.0" -eslint-utils@^2.1.0: - version "2.1.0" - resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-2.1.0.tgz#d2de5e03424e707dc10c74068ddedae708741b27" - integrity sha512-w94dQYoauyvlDc43XnGB8lU3Zt713vNChgt4EWwhXAP2XkBvndfxF0AgIqKOOasjPIPzj9JqgwkwbCYD0/V3Zg== - dependencies: - eslint-visitor-keys "^1.1.0" - eslint-utils@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/eslint-utils/-/eslint-utils-3.0.0.tgz#8aebaface7345bb33559db0a1f13a1d2d48c3672"