From 87b04607ad91075c9b44a2d1b44b6b229fabe42c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Apr 2021 01:16:05 +0000 Subject: [PATCH] Bump @testing-library/react-hooks from 5.1.0 to 5.1.1 in /ui Bumps [@testing-library/react-hooks](https://github.com/testing-library/react-hooks-testing-library) from 5.1.0 to 5.1.1. - [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.0...v5.1.1) Signed-off-by: dependabot[bot] --- ui/package-lock.json | 12 ++++++------ ui/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ui/package-lock.json b/ui/package-lock.json index e7364b92a..2306b730f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -2151,9 +2151,9 @@ } }, "@testing-library/react-hooks": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.1.0.tgz", - "integrity": "sha512-ChRyyA14e0CeVkWGp24v8q/IiWUqH+B8daRx4lGZme4dsudmMNWz+Qo2Q2NzbD2O5rAVXh2hSbS/KTKeqHYhkw==", + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/@testing-library/react-hooks/-/react-hooks-5.1.1.tgz", + "integrity": "sha512-52D2XnpelFDefnWpy/V6z2qGNj8JLIvW5DjYtelMvFXdEyWiykSaI7IXHwFy4ICoqXJDmmwHAiFRiFboub/U5g==", "dev": true, "requires": { "@babel/runtime": "^7.12.5", @@ -2347,9 +2347,9 @@ } }, "@types/react-dom": { - "version": "17.0.2", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.2.tgz", - "integrity": "sha512-Icd9KEgdnFfJs39KyRyr0jQ7EKhq8U6CcHRMGAS45fp5qgUvxL3ujUCfWFttUK2UErqZNj97t9gsVPNAqcwoCg==", + "version": "17.0.3", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-17.0.3.tgz", + "integrity": "sha512-4NnJbCeWE+8YBzupn/YrJxZ8VnjcJq5iR1laqQ1vkpQgBiA7bwk0Rp24fxsdNinzJY2U+HHS4dJJDPdoMjdJ7w==", "dev": true, "requires": { "@types/react": "*" diff --git a/ui/package.json b/ui/package.json index 41a29f5d1..e165d7a80 100644 --- a/ui/package.json +++ b/ui/package.json @@ -30,7 +30,7 @@ "devDependencies": { "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.6", - "@testing-library/react-hooks": "^5.1.0", + "@testing-library/react-hooks": "^5.1.1", "@testing-library/user-event": "^13.1.1", "css-mediaquery": "^0.1.2", "prettier": "^2.2.1"