From 9a7a8f8b8f0875efb2390f8974b9bedc9ee453fb Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 14 Feb 2021 01:17:18 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.7.0 to 12.7.1 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.7.0 to 12.7.1. - [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.7.0...v12.7.1) 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 2ffdaf1..99b6de8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1931,9 +1931,9 @@ } }, "@testing-library/user-event": { - "version": "12.7.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.7.0.tgz", - "integrity": "sha512-KzRM1KNDoW8pJ2HTenrUhTjV6wJMHvWAagDs8DDrYSWz6y4PN+K2jSvlm2bMHWNRk5LTJPo9jqIjNjJ3FlqXNw==", + "version": "12.7.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.7.1.tgz", + "integrity": "sha512-COfCkYgcxc+P9+pEAIGlmBuIDjO91Chf9GOBHI8AhIiMyaoOrKVPQny1uf0HIAYNoHKL5slhkqOPP2ZyNaVQGw==", "requires": { "@babel/runtime": "^7.12.5" }, diff --git a/package.json b/package.json index f115237..a40c7c6 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", - "@testing-library/user-event": "^12.7.0", + "@testing-library/user-event": "^12.7.1", "feather-icons": "^4.26.0", "framer-motion": "^3.3.0", "react": "^16.14.0",