diff --git a/client/package.json b/client/package.json index 560766c..e6a96bd 100644 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.1", - "@testing-library/user-event": "^12.2.0", + "@testing-library/user-event": "^12.8.3", "@types/jest": "^26.0.15", "@types/node": "^14.14.7", "@types/react": "^17.0.3", diff --git a/client/yarn.lock b/client/yarn.lock index 529e6d0..be1ca62 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -2244,12 +2244,12 @@ "@babel/runtime" "^7.12.1" "@testing-library/dom" "^7.26.6" -"@testing-library/user-event@^12.2.0": - 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"