diff --git a/package-lock.json b/package-lock.json index 0e2eb93..29cade9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2846,9 +2846,24 @@ } }, "@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": "13.2.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.1.tgz", + "integrity": "sha512-cczlgVl+krjOb3j1625usarNEibI0IFRJrSWX9UsJ1HKYFgCQv9Nb7QAipUDXl3Xdz8NDTsiS78eAkPSxlzTlw==", + "dev": true, + "requires": { + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.14.8", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.8.tgz", + "integrity": "sha512-twj3L8Og5SaCRCErB4x4ajbvBIVV77CGeFglHpeg5WC5FF8TZzBWXtTJ4MqaD9QszLYTtr+IsaAL2rEUevb+eg==", + "dev": true, + "requires": { + "regenerator-runtime": "^0.13.4" + } + } + } }, "@types/anymatch": { "version": "1.3.1", diff --git a/package.json b/package.json index 9306425..efe9fb1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^7.2.1", + "@testing-library/user-event": "^13.2.1", "axios": "^0.21.0", "jdenticon": "^3.0.1", "react": "^16.14.0", @@ -50,7 +50,7 @@ "@babel/preset-flow": "^7.12.1", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^7.2.1", + "@testing-library/user-event": "^13.2.1", "babel-eslint": "^10.1.0", "eslint": "^7.12.1", "eslint-config-airbnb": "^18.1.0",