diff --git a/frontend/package.json b/frontend/package.json index ec9c6a21..f691c54a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -55,7 +55,7 @@ "@next/eslint-plugin-next": "^15.1.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.1", - "@testing-library/react": "^16.1.0", + "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.0", "@trivago/prettier-plugin-sort-imports": "^5.2.0", "@types/jest": "^29.5.11", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 8ff077e8..7923d0d0 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1114,10 +1114,10 @@ lodash "^4.17.21" redent "^3.0.0" -"@testing-library/react@^16.1.0": - version "16.1.0" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.1.0.tgz#aa0c61398bac82eaf89776967e97de41ac742d71" - integrity sha512-Q2ToPvg0KsVL0ohND9A3zLJWcOXXcO8IDu3fj11KhNt0UlCWyFyvnCIBkd12tidB2lkiVRG8VFqdhcqhqnAQtg== +"@testing-library/react@^16.2.0": + version "16.2.0" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-16.2.0.tgz#c96126ee01a49cdb47175721911b4a9432afc601" + integrity sha512-2cSskAvA1QNtKc8Y9VJQRv0tm3hLVgxRGDB+KYhIaPQJ1I+RHbhIXcM+zClKXzMes/wshsMVzf4B9vS4IZpqDQ== dependencies: "@babel/runtime" "^7.12.5"