From 9971905e441b2c2514888eceeedf5f584a2b08d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Apr 2021 05:39:40 +0000 Subject: [PATCH] Bump @testing-library/react-hooks from 5.1.1 to 5.1.2 Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 5.1.1 to 5.1.2. - [Release notes](https://github.com/testing-library/react-hooks-testing-library/releases) - [Changelog](https://github.com/testing-library/react-hooks-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-hooks-testing-library/compare/v5.1.1...v5.1.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 782618f6..6b19e7c7 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@babel/preset-env": "^7.13.15", "@babel/preset-react": "^7.13.13", "@testing-library/react": "^11.2.6", - "@testing-library/react-hooks": "^5.1.1", + "@testing-library/react-hooks": "^5.1.2", "auto-changelog": "^2.2.1", "babel-jest": "^26.6.3", "eslint": "^7.24.0", diff --git a/yarn.lock b/yarn.lock index 7ee5a236..50a18277 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1343,10 +1343,10 @@ lz-string "^1.4.4" pretty-format "^26.6.2" -"@testing-library/react-hooks@^5.1.1": - version "5.1.1" - resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.1.tgz#1fbaae8a4e8a4a7f97b176c23e1e890c41bbbfa5" - integrity sha512-52D2XnpelFDefnWpy/V6z2qGNj8JLIvW5DjYtelMvFXdEyWiykSaI7IXHwFy4ICoqXJDmmwHAiFRiFboub/U5g== +"@testing-library/react-hooks@^5.1.2": + version "5.1.2" + resolved "https://registry.yarnpkg.com/@testing-library/react-hooks/-/react-hooks-5.1.2.tgz#36e359d992bb652a9885c6fa9aa394639cbe8dd3" + integrity sha512-jwhtDYZ5gQUIX8cmVCVdtwNvuF5EiCOWjokRlTV+o/V0GdtRZDykUllL1OXq5PS4+J33wGLNQeeWzEHcWrH7tg== dependencies: "@babel/runtime" "^7.12.5" "@types/react" ">=16.9.0"