From e0227198e5b4d6c819cd7e6c86e3fe7e691a8cbd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Jul 2021 23:27:19 +0000 Subject: [PATCH] Bump @testing-library/user-event from 10.4.0 to 13.2.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.4.0 to 13.2.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v10.4.0...v13.2.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 14 +++++++------- package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) 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",