From 897c4c78b52ac5a2a5856c2ff74478dcb12b66ff Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 23:20:06 +0000 Subject: [PATCH] Bump @testing-library/user-event from 10.4.0 to 13.1.8 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.4.0 to 13.1.8. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v10.4.0...v13.1.8) 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..69aa4a7 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.1.8", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.8.tgz", + "integrity": "sha512-M04HgOlJvxILf5xyrkJaEQfFOtcvhy3usLldQIEg9zgFIYQofSmFGVfFlS7BWowqlBGLrItwGMlPXCoBgoHSiw==", "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.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.14.0.tgz", + "integrity": "sha512-JELkvo/DlpNdJ7dlyw/eY7E0suy5i5GQH+Vlxaq1nsNJ+H7f4Vtv3jMeCEgRhZZQFXTjldYfQgv2qmM6M1v5wA==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index 7e3fddf..75bbdd6 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.1.8", "local-storage": "^2.0.0", "materialize-css": "^1.0.0-rc.2", "react": "^16.13.1",