diff --git a/package.json b/package.json index 22159f30..4931da2d 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@storybook/addon-options": "5.3.21", "@storybook/react": "6.1.10", "@testing-library/react": "11.2.2", - "@testing-library/react-hooks": "3.5.0", + "@testing-library/react-hooks": "3.6.0", "@types/jest": "26.0.16", "@types/react": "16.9.11", "@typescript-eslint/eslint-plugin": "4.9.0", diff --git a/yarn.lock b/yarn.lock index 35388981..a9ce5956 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3140,10 +3140,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/react-hooks@3.5.0": - version "3.5.0" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-3.5.0.tgz#8d728f2d56d615935116385f3ff9335e3402e46b" - integrity sha512-PpztMzQ+h8hXwd9TtSx6H+D5sKv7sW0sRr0dOW3x9O5yNOHlg5Yi4uCMhYBuGYAHM7XJyceb+u4D3CgT8LotKg== +"@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== dependencies: "@babel/runtime" "^7.12.5" "@types/testing-library__react-hooks" "^3.4.0"