diff --git a/test-app/package.json b/test-app/package.json index 34b29476..04c18ba2 100644 --- a/test-app/package.json +++ b/test-app/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "13.3.0", - "@testing-library/user-event": "14.4.0", + "@testing-library/user-event": "14.4.1", "@types/jest": "28.1.6", "@types/node": "18.6.3", "@types/react": "18.0.15", diff --git a/test-app/yarn.lock b/test-app/yarn.lock index 2bbb35c7..cbe6ddfc 100644 --- a/test-app/yarn.lock +++ b/test-app/yarn.lock @@ -1723,10 +1723,10 @@ "@testing-library/dom" "^8.5.0" "@types/react-dom" "^18.0.0" -"@testing-library/user-event@14.4.0": - version "14.4.0" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.0.tgz#d1935bc13d903cb943c19994e29630a5352a9434" - integrity sha512-S1QbHbTy8ROlYdvIlgnrfeaX7H8Xw73hAS8jpQ5bMx016idgr6J/7cWBFHD8o2Dxz4YjXOkkGYTapzbqWhCmyw== +"@testing-library/user-event@14.4.1": + version "14.4.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.1.tgz#dfa1cceef4833f5288a4090d1b85dce5d8dc20b6" + integrity sha512-Gr20dje1RaNxZ1ehHGPvFkLswfetBQKCfRD/lo6sUJQ52X2TV/QnqUpkjoShfEebrB2KiTPfQkcONwdQiofLhg== "@tootallnate/once@1": version "1.1.2"