diff --git a/package.json b/package.json index eae51abe..92f8defd 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@storybook/addon-options": "5.3.21", "@storybook/react": "6.2.3", "@testing-library/react": "11.2.6", - "@testing-library/react-hooks": "5.1.1", + "@testing-library/react-hooks": "5.1.2", "@types/jest": "26.0.22", "@types/react": "17.0.0", "@typescript-eslint/eslint-plugin": "4.22.0", diff --git a/yarn.lock b/yarn.lock index 6ad9f518..4c4cb8e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3339,10 +3339,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/react-hooks@5.1.1": - version "5.1.1" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.1.tgz#1fbaae8a4e8a4a7f97b176c23e1e890c41bbbfa5" - integrity sha512-52D2XnpelFDefnWpy/V6z2qGNj8JLIvW5DjYtelMvFXdEyWiykSaI7IXHwFy4ICoqXJDmmwHAiFRiFboub/U5g== +"@testing-library/react-hooks@5.1.2": + version "5.1.2" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.2.tgz#36e359d992bb652a9885c6fa9aa394639cbe8dd3" + integrity sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg== dependencies: "@babel/runtime" "^7.12.5" "@types/react" ">=16.9.0"