diff --git a/package-lock.json b/package-lock.json index 2f0bbf9..6465981 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1575,17 +1575,17 @@ } }, "@testing-library/user-event": { - "version": "10.4.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.4.0.tgz", - "integrity": "sha512-IaWczZ2qO7cLUefEfU7OUBLhpmGVOBEdFe9hEHS3Qu+Wl3JTknD2+XYHLY8oct4O/gA7XP9wXpmCyLVcXRYPqA==", + "version": "13.0.16", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.16.tgz", + "integrity": "sha512-plXL8lGR2H0xm0fHE0Dfz37ke2UtBI1wAmaWIo6BP7+pGt+BxdBQrITHAMGcac0a3PtBi5CXNPth8S53ISO1Ew==", "requires": { - "@babel/runtime": "^7.9.6" + "@babel/runtime": "^7.12.5" }, "dependencies": { "@babel/runtime": { - "version": "7.10.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.0.tgz", - "integrity": "sha512-tgYb3zVApHbLHYOPWtVwg25sBqHhfBXRKeKoTIyoheIxln1nA7oBl7SfHfiTG2GhDPI8EUBkOD/0wJCP/3HN4Q==", + "version": "7.13.10", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.10.tgz", + "integrity": "sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 7e3fddf..0f83db7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^10.3.0", - "@testing-library/user-event": "^10.4.0", + "@testing-library/user-event": "^13.0.16", "local-storage": "^2.0.0", "materialize-css": "^1.0.0-rc.2", "react": "^16.13.1",