diff --git a/package-lock.json b/package-lock.json index 2f0bbf9..6e80c09 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.2.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.2.0.tgz", + "integrity": "sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA==", "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.14.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.6.tgz", + "integrity": "sha512-/PCB2uJ7oM44tz8YhC4Z/6PeOKXp4K588f+5M3clr1M4zbqztlo0XEfJ2LEzj/FgwfgGcIdl8n7YYjTCI0BYwg==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 7e3fddf..ab61adf 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.2.0", "local-storage": "^2.0.0", "materialize-css": "^1.0.0-rc.2", "react": "^16.13.1",