diff --git a/package.json b/package.json index 59801b78..73a5ebc4 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^6.9.1", "eslint": "^8.8.0", - "eslint-plugin-eslint-plugin": "^5.0.0", + "eslint-plugin-eslint-plugin": "^6.0.0", "husky": "^9.0.5", "jest": "^29.2.2", "np": "^10.0.0", diff --git a/yarn.lock b/yarn.lock index eb297138..b9ab3b6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2505,10 +2505,10 @@ escape-string-regexp@^4.0.0: resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz#14ba83a5d373e3d311e5afca29cf5bfad965bf34" integrity sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA== -eslint-plugin-eslint-plugin@^5.0.0: - version "5.5.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-5.5.1.tgz#ff54b5d0a5881e6150183ad025c5a7ee554b6545" - integrity sha512-9AmfZzcQ7QHwpzfAQpZ7xdtwHYViylmlnruCH0aV64/tuoH3igGXg91vr0e6ShLf/mrAYGqLw5LZ/gOxJeRXnw== +eslint-plugin-eslint-plugin@^6.0.0: + version "6.0.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-eslint-plugin/-/eslint-plugin-eslint-plugin-6.0.0.tgz#13f2ac4dced148bef1df61a301aed7c3ef3d5e4e" + integrity sha512-NGHm67Wkuzkvm/I3g6iNEkCKwtQHW4z+8r4S9a1kNoeRVE9JvGiwXlh6H9F+VTHOmDdgY8KpxHzDiu+oL4fBww== dependencies: eslint-utils "^3.0.0" estraverse "^5.3.0"