From 5d71134e5fb915cafacb918cb99e39972efcb692 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 21:35:08 +0000 Subject: [PATCH] chore(deps): update dependency @testing-library/react-hooks to v3.7.0 --- package-lock.json | 10 +++++----- packages/catalog-search/package.json | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6299742ae..9b3b3e679 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6915,12 +6915,12 @@ } }, "node_modules/@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, "dependencies": { - "@babel/runtime": "^7.5.4", + "@babel/runtime": "^7.12.5", "@types/testing-library__react-hooks": "^3.4.0" }, "peerDependencies": { @@ -28163,7 +28163,7 @@ "@openedx/paragon": "21.13.1", "@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 6e8c487bd..34e1cfc89 100644 --- a/packages/catalog-search/package.json +++ b/packages/catalog-search/package.json @@ -49,7 +49,7 @@ "@openedx/paragon": "21.13.1", "@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",