diff --git a/package.json b/package.json index e7ea0348..53428468 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "@dhis2/cli-app-scripts": "^7.0.0", "@dhis2/cli-style": "^9.0.1", - "@testing-library/react-hooks": "^7.0.0", + "@testing-library/react-hooks": "^7.0.1", "enzyme": "^3.11.0", "enzyme-adapter-react-16": "^1.15.6", "identity-obj-proxy": "^3.0.0" diff --git a/yarn.lock b/yarn.lock index 06b4ba53..30134ff5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2722,10 +2722,10 @@ dependencies: defer-to-connect "^1.0.1" -"@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"