diff --git a/frontend/package.json b/frontend/package.json index 06822079..2bf669c4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -73,7 +73,7 @@ "eslint-plugin-jsx-a11y": "^6.10.0", "eslint-plugin-react": "^7.37.0", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-testing-library": "^7.3.0", + "eslint-plugin-testing-library": "^7.4.0", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "postcss": "^8.5.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c75d7d4c..bd1d9b52 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2813,10 +2813,10 @@ eslint-plugin-react@^7.37.0: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.0" -eslint-plugin-testing-library@^7.3.0: - version "7.3.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.3.0.tgz#79d7556a7f9cddac6af9bc6a3c9e4399a7a29186" - integrity sha512-f18jqxQ6KNmfKfEelPdk1ZvQlHk4U8gqEnilnPqu0s9jnKSawnd614aLxlysf8+twyuZaOkSlflc/luHxtrMMg== +eslint-plugin-testing-library@^7.4.0: + version "7.4.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.4.0.tgz#ae2b19c71f793d5745e90ea20251cf53c71d9dd7" + integrity sha512-rmryGUowFYlljNrN/sPjSfp4uZr6gIsiTHUeFg45xNwhWzgr+izRzOanrvd28XVlVmXlBpZdJGu+aHFUBBQatA== dependencies: "@typescript-eslint/scope-manager" "^8.15.0" "@typescript-eslint/utils" "^8.15.0"