diff --git a/package-lock.json b/package-lock.json index 66f7da0f..878cfdce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1626,9 +1626,9 @@ } }, "@testing-library/user-event": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.2.1.tgz", - "integrity": "sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==", + "version": "8.0.3", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-8.0.3.tgz", + "integrity": "sha512-ALoIj6GzxN0UzFiudSwENy2yTD1xHDW+KtuOch5xuqRgQr0AxGB8z+EQBxT6zlWgAoLGN8hmYxTTGRoQSOZtlg==", "dev": true }, "@types/anymatch": { diff --git a/package.json b/package.json index 40950781..2be03795 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@testing-library/dom": "^6.10.1", "@testing-library/jest-dom": "^5.0.0", "@testing-library/react": "^9.3.3", - "@testing-library/user-event": "^7.1.2", + "@testing-library/user-event": "^8.0.3", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.0.3", "babel-jest": "^24.9.0",