diff --git a/frontend/package.json b/frontend/package.json index 74a8671a0..099a2fca4 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.7.0", + "eslint-plugin-testing-library": "^7.8.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 503904a40..e94f8e5b1 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.7.0: - version "7.7.0" - resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.7.0.tgz#9f88466c82139bc130d1536220d51c92aa91cced" - integrity sha512-gxQU77Q9wuedmwnCEjXHd67Wr1HquWWK/6fb95vG8ImiDMB9fA4vorz9+wzHOj+aXexfz5EUYF9VU7J5zrgF8g== +eslint-plugin-testing-library@^7.8.0: + version "7.8.0" + resolved "https://registry.yarnpkg.com/eslint-plugin-testing-library/-/eslint-plugin-testing-library-7.8.0.tgz#f18b95ad9710c32a7630c48fdfcba826e7c5d06a" + integrity sha512-zmu9xtpULN5KCtJBABBmXK3jfKZej2ZJ6QzCX4MtywP3UTJ7yn/Zful8Kn5mUiOCxX6KBt0to3OZf7Usuhtvfg== dependencies: "@typescript-eslint/scope-manager" "^8.15.0" "@typescript-eslint/utils" "^8.15.0"