From dd6a755f3cb942285f0ed22a25ab0d003a51fc23 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 11:05:18 +0000 Subject: [PATCH] Build(deps): Bump @testing-library/user-event from 10.3.1 to 12.6.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.3.1 to 12.6.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/v10.3.1...v12.6.0) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 24 +++++++++++++++++++++--- package.json | 2 +- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 8e1073ef..894d4c21 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2210,9 +2210,27 @@ } }, "@testing-library/user-event": { - "version": "10.3.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.3.1.tgz", - "integrity": "sha512-HozvWlr/xHmkoJrrDdZBbUOXAC/STAeXGyNU+g5KgEwWBpLJi1RPCHJKbTjwz8hp2jDFsk/jjfD0530eZjcFEg==" + "version": "12.6.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.6.0.tgz", + "integrity": "sha512-FNEH/HLmOk5GO70I52tKjs7WvGYckeE/SrnLX/ip7z2IGbffyd5zOUM1tZ10vsTphqm+VbDFI0oaXu0wcfQsAQ==", + "requires": { + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.12.5", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz", + "integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + }, + "regenerator-runtime": { + "version": "0.13.7", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.7.tgz", + "integrity": "sha512-a54FxoJDIr27pgf7IgeQGxmqUNYrcV338lf/6gH456HZ/PhX+5BcwHXG9ajESmwe6WRO0tAzRUrRmNONWgkrew==" + } + } }, "@types/anymatch": { "version": "1.3.1", diff --git a/package.json b/package.json index 1b6b155a..01ba4a30 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "@kwizapp/prettier-config": "1.0.0", "@testing-library/jest-dom": "5.7.0", "@testing-library/react": "10.0.4", - "@testing-library/user-event": "10.3.1", + "@testing-library/user-event": "12.6.0", "@types/classnames": "2.2.10", "@types/jest": "25.2.3", "@types/node": "14.0.1",