From ce21a610f38fa6738c4c0154384eda910b236d83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:02:32 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.2.2 to 12.8.3 in /frontend Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.2.2 to 12.8.3. - [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/v12.2.2...v12.8.3) Signed-off-by: dependabot[bot] --- frontend/package.json | 2 +- frontend/yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 93cb0714..d526be48 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -5,7 +5,7 @@ "dependencies": { "@apollo/client": "^3.3.11", "@testing-library/jest-dom": "^5.11.6", - "@testing-library/user-event": "^12.2.2", + "@testing-library/user-event": "^12.8.3", "@testing-library/react": "^11.2.1", "axios": "^0.21.0", "chart.js": "^2.9.4", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 2d1544f9..1b2f9c4c 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -2330,12 +2330,12 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.27.1" -"@testing-library/user-event@^12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.2.2.tgz#22d0047da745289335240f523dfe74c889ec96cb" - integrity sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg== +"@testing-library/user-event@^12.8.3": + version "12.8.3" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.3.tgz#1aa3ed4b9f79340a1e1836bc7f57c501e838704a" + integrity sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ== dependencies: - "@babel/runtime" "^7.10.2" + "@babel/runtime" "^7.12.5" "@types/anymatch@*": version "1.3.1"