From 8b236cb7cbc319ee3bf1d6a551ffe2eb8e90526d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Nov 2020 08:14:45 +0000 Subject: [PATCH] Bump @testing-library/user-event from 7.2.1 to 12.2.2 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 12.2.2. - [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...v12.2.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 9 ++++++--- package.json | 2 +- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cee4880..72fa189 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1738,9 +1738,12 @@ } }, "@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": "12.2.2", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.2.tgz", + "integrity": "sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg==", + "requires": { + "@babel/runtime": "^7.10.2" + } }, "@types/aria-query": { "version": "4.2.0", diff --git a/package.json b/package.json index 6bc992f..20d5521 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": "^12.2.2", "react": "^16.14.0", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0",