diff --git a/package-lock.json b/package-lock.json index 7231173..ce263c2 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.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.3.1.tgz", + "integrity": "sha512-HozvWlr/xHmkoJrrDdZBbUOXAC/STAeXGyNU+g5KgEwWBpLJi1RPCHJKbTjwz8hp2jDFsk/jjfD0530eZjcFEg==", "dev": true }, "@types/anymatch": { diff --git a/package.json b/package.json index 6cf08af..c05ba93 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.1", "babel-eslint": "^10.1.0", "babel-loader": "^8.1.0", "babel-plugin-styled-components": "^1.10.7",