diff --git a/package.json b/package.json index 0f4a86f2..60e562c3 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@storybook/addon-options": "5.3.21", "@storybook/react": "6.2.9", "@testing-library/react": "11.2.7", - "@testing-library/react-hooks": "5.1.2", + "@testing-library/react-hooks": "5.1.3", "@types/jest": "26.0.23", "@types/react": "17.0.0", "@typescript-eslint/eslint-plugin": "4.23.0", diff --git a/yarn.lock b/yarn.lock index e16d1cdb..eb7712c6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3588,10 +3588,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@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== +"@testing-library/react-hooks@5.1.3": + version "5.1.3" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.3.tgz#f722cc526025be2c16966a9a081edf47a2528721" + integrity sha512-UdEUtlQapQ579NEcXDAUE275u+KUsPtxW7NmFrNt0bE6lW8lqNCyxDK0RSuECmNZ/S0/fgP00W9RWRhVKO/hRg== dependencies: "@babel/runtime" "^7.12.5" "@types/react" ">=16.9.0"