diff --git a/client/package.json b/client/package.json index 347eaf6..ceee8ef 100644 --- a/client/package.json +++ b/client/package.json @@ -80,7 +80,7 @@ "@testing-library/dom": "^8.7.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.2.1", + "@testing-library/user-event": "^14.0.4", "@types/jest": "^27.0.2", "@types/lodash": "^4.14.175", "@types/luxon": "^2.0.5", diff --git a/client/yarn.lock b/client/yarn.lock index 7d21311..311a136 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1797,12 +1797,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^13.2.1": - version "13.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.2.1.tgz#7a71a39e50b4a733afbe2916fa2b99966e941f98" - integrity sha512-cczlgVl+krjOb3j1625usarNEibI0IFRJrSWX9UsJ1HKYFgCQv9Nb7QAipUDXl3Xdz8NDTsiS78eAkPSxlzTlw== - dependencies: - "@babel/runtime" "^7.12.5" +"@testing-library/user-event@^14.0.4": + version "14.0.4" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.0.4.tgz#5b430a9c27f25078bff4471661b755115d0db9d4" + integrity sha512-VBZe5lcUsmrQyOwIFvqOxLBoaTw1/Qy4Ek+VgmFYs719bs2SxUp42vbsb7ATlQDkHdj4OIQlucfpwxe5WoG1jA== "@tootallnate/once@1": version "1.1.2"