From 1d776827a571cc4094c13751c754814a9b94f0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Mar 2021 05:33:12 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.7.3 to 13.0.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.7.3 to 13.0.0. - [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.3...v13.0.0) Signed-off-by: dependabot[bot] --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 49fceee..7e4945e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2582,17 +2582,17 @@ } }, "@testing-library/user-event": { - "version": "12.7.3", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.7.3.tgz", - "integrity": "sha512-IdSHkWfbeSSJRFlldvHDWfVX0U18TbXIvLSGII+JbqkJrsflFr4OWlQIua0TvcVVJNna3BNrNvRSvpQ0yvSXlA==", + "version": "13.0.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.0.0.tgz", + "integrity": "sha512-At8SFGsb6kLgXU6NYU/IJGiKWULTklu8FlqTtaxvR9emnGDYlVhQ1xxjchpOifh1Ao6SjKu5vgDc7ioiUfw5oQ==", "requires": { "@babel/runtime": "^7.12.5" }, "dependencies": { "@babel/runtime": { - "version": "7.13.6", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.6.tgz", - "integrity": "sha512-Y/DEVhSQ91u27rxq7D0EH/sewS6+x06p/MgO1VppbDHMzYXLZrAR5cFjCom78e9RUw1BQAq6qJg6fXc/ep7glA==", + "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" } diff --git a/package.json b/package.json index e5f2011..6bf10c1 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.11.8", "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^12.7.3", + "@testing-library/user-event": "^13.0.0", "react": "^17.0.1", "react-dom": "^17.0.1", "react-scripts": "4.0.3"