diff --git a/package.json b/package.json index e801873a..de3337be 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "@testing-library/cypress": "8.0.3", "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "12.1.5", - "@testing-library/user-event": "13.5.0", + "@testing-library/user-event": "14.3.0", "@types/jest": "27.5.2", "@types/node": "16.11.47", "@types/react": "17.0.48", diff --git a/yarn.lock b/yarn.lock index aa14cc36..a8e66428 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1173,12 +1173,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.3.0": + version "14.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.3.0.tgz#0a6750b94b40e4739706d41e8efc2ccf64d2aad9" + integrity sha512-P02xtBBa8yMaLhK8CzJCIns8rqwnF6FxhR9zs810flHOBXUYCFjLd8Io1rQrAkQRWEmW2PGdZIEdMxf/KLsqFA== "@tootallnate/once@1": version "1.1.2"