diff --git a/package.json b/package.json index d8197fb039b..659b369c145 100644 --- a/package.json +++ b/package.json @@ -283,7 +283,7 @@ "eslint-plugin-promise": "^7.2.1", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-testing-library": "^7.13.4", + "eslint-plugin-testing-library": "^7.13.5", "file-loader": "^6.0.0", "flow-bin": "^0.187.0", "glob": "^13.0.0", diff --git a/yarn.lock b/yarn.lock index a8b305d1974..582c1d09b4c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5086,10 +5086,10 @@ eslint-plugin-react@7.37.5, eslint-plugin-react@^7.37.5: string.prototype.matchall "^4.0.12" string.prototype.repeat "^1.0.0" -eslint-plugin-testing-library@^7.13.4: - version "7.13.4" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.4.tgz#6c7d7114c2dd84435d78dea99842b8543cc7383b" - integrity sha512-OOrjrJrFsp20xULIy2wDJWjW7qmH2nV0zrs3Y790Ld3+XZFDbtgKvnE//xDANIBna3M9sk9GPYbzkCLI7XhYmg== +eslint-plugin-testing-library@^7.13.5: + version "7.13.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.13.5.tgz#2b9320bfd4d3a7a6164696d6e5447f53ff2ab689" + integrity sha512-75rUmtNnXeO9cyMwG78vXxGEB7muIQ+IwcwBTma+M9KFc68SFaMKevGydObsUgX+IFef4lRLO/ysR9JqK1odyg== dependencies: "@typescript-eslint/scope-manager" "^8.15.0" "@typescript-eslint/utils" "^8.15.0"