diff --git a/frontend/package.json b/frontend/package.json index a795ee0b9..137121226 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.9.1", + "eslint-plugin-testing-library": "^7.10.0", "jest": "^30.1.0", "jest-environment-jsdom": "^30.1.1", "postcss": "^8.5.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 44b42c8d2..67c1cb0ea 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -3307,10 +3307,10 @@ eslint-plugin-react@^7.37.0: string.prototype.matchall "^4.0.11" string.prototype.repeat "^1.0.0" -eslint-plugin-testing-library@^7.9.1: - version "7.9.1" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.9.1.tgz#dde91c81904a4c8ba89cf42048978d7a8d7a43fe" - integrity sha512-VOJ0YBun15IaKSbcovxkwtBzdPFXoqlk/MXmJdPZ9mxMWm7bNFWDYC1WnoHloSIN4dSzxygMa2yp/54EcC/JvQ== +eslint-plugin-testing-library@^7.10.0: + version "7.10.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.10.0.tgz#c49f6b90cbdbcf39dbd6d9978e66eea2d19ac889" + integrity sha512-0yctS5KjVPfDYzswJKQ6d/1767+qsmlu2TzjN9yB25wtfto5vMmSC0z3hDYcsTj9bekzKaxueSh8AReWm2Illg== dependencies: "@typescript-eslint/scope-manager" "^8.15.0" "@typescript-eslint/utils" "^8.15.0"