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"