From 9c523e49576b46df9d87601566000034d3d9625c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 06:57:32 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.5.0 to 12.8.3 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.5.0 to 12.8.3. - [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.5.0...v12.8.3) Signed-off-by: dependabot[bot] --- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index ce9bc9c..39d7caa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1730,11 +1730,21 @@ } }, "@testing-library/user-event": { - "version": "12.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.5.0.tgz", - "integrity": "sha512-9uXr4+OwjHVUxzdfYZ2yCnF3xlEzr8cZOdqjGnqD8Qb1NoCJrm7UXxG3RUpL2QqcqZ1eqVuxkFJTCky5Yit+XQ==", + "version": "12.8.3", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.8.3.tgz", + "integrity": "sha512-IR0iWbFkgd56Bu5ZI/ej8yQwrkCv8Qydx6RzwbKz9faXazR/+5tvYKsZQgyXJiwgpcva127YO6JcWy7YlCfofQ==", "requires": { - "@babel/runtime": "^7.10.2" + "@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": { diff --git a/package.json b/package.json index 7c4bffc..db774ad 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "@testing-library/jest-dom": "^5.11.8", "@testing-library/react": "^11.0.4", - "@testing-library/user-event": "^12.5.0", + "@testing-library/user-event": "^12.8.3", "react": "^16.14.0", "react-dom": "^16.13.1", "react-scripts": "3.4.3"