diff --git a/package.json b/package.json index 82d815b89..8635e7faa 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "@storybook/react": "^6.5.9", "@testing-library/jest-dom": "^6.1.3", "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^12.1.10", + "@testing-library/user-event": "^14.5.1", "@types/jest": "^29.5.5", "@types/node": "^16.0.0", "@types/react": "^18.0.15", diff --git a/yarn.lock b/yarn.lock index e64aa3c80..bc10761f5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2886,12 +2886,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1" -"@testing-library/user-event@^12.1.10": - 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.5.1": + version "14.5.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.1.tgz#27337d72046d5236b32fd977edee3f74c71d332f" + integrity sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg== "@tootallnate/once@1": version "1.1.2"