diff --git a/package-lock.json b/package-lock.json index 6ad4e8ea0..d4c843b51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -5534,11 +5534,12 @@ } }, "node_modules/@testing-library/react-hooks": { - "version": "3.4.2", + "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, - "license": "MIT", "dependencies": { - "@babel/runtime": "^7.5.4", + "@babel/runtime": "^7.12.5", "@types/testing-library__react-hooks": "^3.4.0" }, "peerDependencies": { @@ -25080,7 +25081,7 @@ "@edx/paragon": "21.5.6", "@testing-library/jest-dom": "5.11.6", "@testing-library/react": "12.1.4", - "@testing-library/react-hooks": "3.4.2", + "@testing-library/react-hooks": "3.7.0", "@testing-library/user-event": "13.1.8", "react": "17.0.2", "react-dom": "17.0.2", diff --git a/packages/catalog-search/package.json b/packages/catalog-search/package.json index 7433035cb..29b735c32 100644 --- a/packages/catalog-search/package.json +++ b/packages/catalog-search/package.json @@ -49,7 +49,7 @@ "@edx/paragon": "21.5.6", "@testing-library/jest-dom": "5.11.6", "@testing-library/react": "12.1.4", - "@testing-library/react-hooks": "3.4.2", + "@testing-library/react-hooks": "3.7.0", "@testing-library/user-event": "13.1.8", "react": "17.0.2", "react-dom": "17.0.2",