From db4aaf379a808e0bd19a1ac92e228a6ad9a9ae77 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 07:51:40 +0000 Subject: [PATCH] Bump @testing-library/user-event from 7.2.1 to 13.0.6 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 13.0.6. - [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/v7.2.1...v13.0.6) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 19 ++++++++++++++++--- package.json | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cee4880..ee4cd3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1738,9 +1738,22 @@ } }, "@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.0.6", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.6.tgz", + "integrity": "sha512-61Rv1/9pr7rCilwnQ+uLdiaCBFSQp2GRmF2PHrX6gIy0mWqnR43p5pMJAdMA7PZ3JUN+8YyN5S2d1fq9DyYnYw==", + "requires": { + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "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" + } + } + } }, "@types/aria-query": { "version": "4.2.0", diff --git a/package.json b/package.json index 6bc992f..3cced80 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@material-ui/icons": "^4.9.1", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^7.2.1", + "@testing-library/user-event": "^13.0.6", "react": "^16.14.0", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0",