From cb358e5adc83fb51a703c07068c2dd50f1ab9bbb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 11 Nov 2020 09:16:43 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.2.0 to 12.2.2 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.2.0 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/v12.2.0...v12.2.2) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 6 +++--- package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f96c3998..549c4c60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3691,9 +3691,9 @@ } }, "@testing-library/user-event": { - "version": "12.2.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.0.tgz", - "integrity": "sha512-Vnmm1ZvJ+JSQ7+lGIWMIdGbdLFQBAeWEAZJjw6dZwKWMwVTOBXMFbAxUCewQEVM0xfD4sGrYS/Hxec311WknGw==", + "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==", "dev": true, "requires": { "@babel/runtime": "^7.10.2" diff --git a/package.json b/package.json index 304b574c..86bf0e09 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "@svgr/webpack": "5.4.0", "@testing-library/jest-dom": "^5.11.5", "@testing-library/react": "^11.1.1", - "@testing-library/user-event": "^12.2.0", + "@testing-library/user-event": "^12.2.2", "@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/parser": "^2.10.0", "babel-eslint": "^10.1.0",