diff --git a/package-lock.json b/package-lock.json index 759f4fa6d..9023897c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -4768,12 +4768,12 @@ } }, "@testing-library/react-hooks": { - "version": "3.4.2", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.4.2.tgz", - "integrity": "sha512-RfPG0ckOzUIVeIqlOc1YztKgFW+ON8Y5xaSPbiBkfj9nMkkiLhLeBXT5icfPX65oJV/zCZu4z8EVnUc6GY9C5A==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-3.7.0.tgz", + "integrity": "sha512-TwfbY6BWtWIHitjT05sbllyLIProcysC0dF0q1bbDa7OHLC6A6rJOYJwZ13hzfz3O4RtOuInmprBozJRyyo7/g==", "dev": true, "requires": { - "@babel/runtime": "^7.5.4", + "@babel/runtime": "^7.12.5", "@types/testing-library__react-hooks": "^3.4.0" } }, diff --git a/package.json b/package.json index 7d8730840..53a721ece 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@edx/paragon": "12.0.5", "@testing-library/jest-dom": "5.11.6", "@testing-library/react": "11.1.2", - "@testing-library/react-hooks": "3.4.2", + "@testing-library/react-hooks": "3.7.0", "axios-mock-adapter": "1.19.0", "coveralls": "3.1.0", "eslint-plugin-import": "2.22.1",