diff --git a/package.json b/package.json index c992ac5a..17d085ea 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@pybricks/mpy-cross-4": "^2.0.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^10.0.4", - "@testing-library/user-event": "^10.3.2", + "@testing-library/user-event": "^10.3.4", "@types/jest": "^25.2.3", "@types/jszip": "^3.1.7", "@types/node": "^12.0.0", diff --git a/yarn.lock b/yarn.lock index 5277b724..4dc8f2a6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1453,10 +1453,12 @@ "@testing-library/dom" "^7.2.2" "@types/testing-library__react" "^10.0.1" -"@testing-library/user-event@^10.3.2": - version "10.3.2" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-10.3.2.tgz#208954ae8b4a1cea65be4557db9affc1e80af38c" - integrity sha512-/oyuBE61/l2HOJavOEXv/Z0oatPu2n/A/EptQSH4MoJimyBGozSvmwiP/Wol9IbSo3u2Tl93BDd7b0M4aGLYug== +"@testing-library/user-event@^10.3.4": + version "10.3.4" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-10.3.4.tgz#701905a19bad92805820b816327ab086bdd0e832" + integrity sha512-ZuqR2cBAOArvBdPiIjmAKaZdFAtZSH6Oz2I5+uHonMXRyR0uTtz2fTWyPuiu4JATdK7gLIq1s02BMJGWgmh1lA== + dependencies: + "@babel/runtime" "^7.9.6" "@types/babel__core@^7.1.0": version "7.1.7"