diff --git a/package.json b/package.json index 95295173..15701620 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@commitlint/config-conventional": "^12.1.4", "@react-native-community/eslint-config": "^3.0.0", "@testing-library/jest-native": "^4.0.1", - "@testing-library/react-hooks": "^7.0.0", + "@testing-library/react-hooks": "^7.0.1", "@testing-library/react-native": "^7.2.0", "eslint": "^7.29.0", "eslint-config-prettier": "^8.3.0", diff --git a/yarn.lock b/yarn.lock index 07367087..b3285845 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2901,10 +2901,10 @@ ramda "^0.26.1" redent "^2.0.0" -"@testing-library/react-hooks@^7.0.0": - version "7.0.0" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.0.tgz#dd6d37a7e018f147a3b9153137f10e013be8472b" - integrity sha512-WFBGH8DWdIGGBHt6PBtQPe2v4Kbj9vQ1sQ9qLBTmwn1PNggngint4MTE/IiWCYhPbyTW3oc/7X62DObMn/AjQQ== +"@testing-library/react-hooks@^7.0.1": + version "7.0.1" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-7.0.1.tgz#8429d8bf55bfe82e486bd582dd06457c2464900a" + integrity sha512-bpEQ2SHSBSzBmfJ437NmnP+oArQ7aVmmULiAp6Ag2rtyLBLPNFSMmgltUbFGmQOJdPWo4Ub31kpUC5T46zXNwQ== dependencies: "@babel/runtime" "^7.12.5" "@types/react" ">=16.9.0"