diff --git a/package-lock.json b/package-lock.json index 7231173..47c3f5b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3810,9 +3810,9 @@ } }, "@testing-library/user-event": { - "version": "8.1.3", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-8.1.3.tgz", - "integrity": "sha512-l8IX2Zs6cLZgwJNmBJaJT2yvstwiNi8kKyO+USrZWJV6DSyUlrWfgWSSic8YLiOHLWUNRLJBOPN43nxTKHXKfg==", + "version": "10.3.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.3.2.tgz", + "integrity": "sha512-/oyuBE61/l2HOJavOEXv/Z0oatPu2n/A/EptQSH4MoJimyBGozSvmwiP/Wol9IbSo3u2Tl93BDd7b0M4aGLYug==", "dev": true }, "@types/anymatch": { diff --git a/package.json b/package.json index 6cf08af..54bf518 100644 --- a/package.json +++ b/package.json @@ -87,7 +87,7 @@ "@testing-library/jest-dom": "^5.7.0", "@testing-library/react": "^9.5.0", "@testing-library/react-hooks": "^3.2.1", - "@testing-library/user-event": "^8.1.3", + "@testing-library/user-event": "^10.3.2", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-plugin-styled-components": "^1.10.7",