diff --git a/package.json b/package.json index 582060f6..fdab2e2b 100644 --- a/package.json +++ b/package.json @@ -84,7 +84,7 @@ "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.0.0", "@testing-library/react-hooks": "^7.0.1", - "@testing-library/user-event": "^13.2.0", + "@testing-library/user-event": "^14.2.3", "@types/jest": "^26.0.24", "@types/react": "^17.0.14", "bundlesize2": "^0.0.28", diff --git a/yarn.lock b/yarn.lock index 4b201b01..73ace6a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1654,12 +1654,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^13.2.0": - version "13.2.0" - resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz" - integrity sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA== - dependencies: - "@babel/runtime" "^7.12.5" +"@testing-library/user-event@^14.2.3": + version "14.2.3" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.2.3.tgz#7731a9c2d4148f2f9bb53d718c56dc9e6afe5b3e" + integrity sha512-07Ly+NsFDTvjNdvl5bLBA5oHeGIIHCKc7CniGuKnHrjvqcTPVqPEo4z6a8iYydZ0WvDA6ZA0fnhYrqCLbsm0+A== "@tootallnate/once@1": version "1.1.2"