diff --git a/package.json b/package.json index 43cf520..578c23f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "@storybook/react": "^6.4.21", "@testing-library/jest-dom": "^5.16.1", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.5.0", + "@testing-library/user-event": "^14.2.5", "@types/jest": "^27.4.0", "@types/node": "^17.0.23", "@types/react": "^17.0.38", diff --git a/yarn.lock b/yarn.lock index aad662c..32830d4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3498,12 +3498,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.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.2.5": + version "14.2.5" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.2.5.tgz#a27a16ee7f915c22c62b9c065d743248ee79dcb6" + integrity sha512-xcSw47H8JidxQPAqPlHp4l51EYJx+2TlHgYBW9i+noNlgUMMrhgtefnrWcpZ1k9ep6SMhJVyx3N7F4tIKTuJ9w== "@tootallnate/once@1": version "1.1.2"