diff --git a/package.json b/package.json index fcd8422..b3920c2 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "@solana/web3.js": "^1.30.2", "@testing-library/jest-dom": "^5.15.0", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^12.8.3", + "@testing-library/user-event": "^14.3.0", "@types/jest": "^27.0.3", "@types/node": "^12.20.36", "@types/react": "^17.0.37", diff --git a/yarn.lock b/yarn.lock index 5c2e8ae..73dacbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2395,12 +2395,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@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.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"