From de802e5cad04180a4add745d6f6f016df060c095 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Mar 2021 07:15:11 +0000 Subject: [PATCH] Bump @testing-library/user-event from 7.2.1 to 12.8.0 in /ui Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 12.8.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v7.2.1...v12.8.0) Signed-off-by: dependabot[bot] --- ui/package.json | 2 +- ui/yarn.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ui/package.json b/ui/package.json index 9b34ffc..195f4c7 100644 --- a/ui/package.json +++ b/ui/package.json @@ -9,7 +9,7 @@ "@reduxjs/toolkit": "1.4.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", - "@testing-library/user-event": "^7.1.2", + "@testing-library/user-event": "^12.8.0", "@types/jest": "^24.0.0", "@types/lodash.uniqby": "4.7.6", "@types/node": "^12.0.0", diff --git a/ui/yarn.lock b/ui/yarn.lock index 2baf799..89e3e5a 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -1774,10 +1774,12 @@ "@testing-library/dom" "^6.15.0" "@types/testing-library__react" "^9.1.2" -"@testing-library/user-event@^7.1.2": - version "7.2.1" - resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.2.1.tgz#2ad4e844175a3738cb9e7064be5ea070b8863a1c" - integrity sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA== +"@testing-library/user-event@^12.8.0": + version "12.8.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.0.tgz#e07e52d4109a606772f72fa40641b284e8686221" + integrity sha512-5+k4U3X6XaFDSBSu6tsD02HVfzuOiPcygQmmYFE2aQQ0e5wRSxWRoU80UH1msa9Q6wuxa0BQsAmwAAAMydcscg== + dependencies: + "@babel/runtime" "^7.12.5" "@types/anymatch@*": version "1.3.1"