diff --git a/package.json b/package.json index 2536f46f4..8839abed4 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "@storybook/addon-links": "6.1.10", "@storybook/addons": "6.1.10", "@storybook/react": "6.1.10", - "@testing-library/react-hooks": "3.6.0", + "@testing-library/react-hooks": "3.7.0", "@types/jest": "26.0.17", "@types/react-modal": "3.10.6", "@types/react-motion": "0.0.29", diff --git a/yarn.lock b/yarn.lock index eb8ea5721..25c3146a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3360,10 +3360,10 @@ resolved "https://registry.yarnpkg.com/@stroncium/procfs/-/procfs-1.2.1.tgz#6b9be6fd20fb0a4c20e99a8695e083c699bb2b45" integrity sha512-X1Iui3FUNZP18EUvysTHxt+Avu2nlVzyf90YM8OYgP6SGzTzzX/0JgObfO1AQQDzuZtNNz29bVh8h5R97JrjxA== -"@testing-library/react-hooks@3.6.0": - version "3.6.0" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.6.0.tgz#37e595eb1111e71b39ef0597b390850b9af3660d" - integrity sha512-7TbqFN4CqEmfR6bC50XOtXbM3A5sizzEOmcH7IBVdm0oFnqmlkPTnu4sMt9BfepsYDvVpF8Y2CaoMJlfmyLYuQ== +"@testing-library/react-hooks@3.7.0": + version "3.7.0" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz#6d75c5255ef49bce39b6465bf6b49e2dac84919e" + integrity sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g== dependencies: "@babel/runtime" "^7.12.5" "@types/testing-library__react-hooks" "^3.4.0"