diff --git a/package.json b/package.json index 68a1c92..d6befcc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@testing-library/dom": ">=7.21.4", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.5.0", + "@testing-library/user-event": "^14.4.3", "@types/react": ">=16", "firebase": "^9.6.8", "firebase-admin": "^10.0.2", diff --git a/yarn.lock b/yarn.lock index c1af717..48b19a8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2454,12 +2454,10 @@ "@testing-library/dom" "^8.0.0" "@types/react-dom" "<18.0.0" -"@testing-library/user-event@^13.5.0": - version "13.5.0" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.5.0.tgz#69d77007f1e124d55314a2b73fd204b333b13295" - integrity sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg== - dependencies: - "@babel/runtime" "^7.12.5" +"@testing-library/user-event@^14.4.3": + version "14.4.3" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591" + integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q== "@tootallnate/once@1": version "1.1.2"