From 3725332faa99d62fe202282cf7d79a66dc96e157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Feb 2021 19:45:17 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.2.2 to 12.7.1 in /frontend Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.2.2 to 12.7.1. - [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.7.1) 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..a4501814 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.7.1", "@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..58a8ef8a 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.7.1": + version "12.7.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.7.1.tgz#e1ce931c04a1c65faf28618442d56ba8da887f2c" + integrity sha512-COfCkYgcxc+P9+pEAIGlmBuIDjO91Chf9GOBHI8AhIiMyaoOrKVPQny1uf0HIAYNoHKL5slhkqOPP2ZyNaVQGw== dependencies: - "@babel/runtime" "^7.10.2" + "@babel/runtime" "^7.12.5" "@types/anymatch@*": version "1.3.1"