From 2251cb2973cfd196aba2e8e375a9a307eaebf1de Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 5 Oct 2020 22:07:48 +0000 Subject: [PATCH] Build(deps): Bump @testing-library/user-event from 10.3.1 to 12.1.7 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 10.3.1 to 12.1.7. - [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.1.7) 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..8abeaf75 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.1.7", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.7.tgz", + "integrity": "sha512-wuJiPqSQTVIHsYuumv1PAOBjblSrYA5vyN1nkUDF5HgfuWGz44jQsO22u7PQNkuACGYJE4eU0sybX8CzsySv+Q==", + "requires": { + "@babel/runtime": "^7.10.2" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.11.2", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz", + "integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==", + "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..c8515b20 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.1.7", "@types/classnames": "2.2.10", "@types/jest": "25.2.3", "@types/node": "14.0.1",