From dc4f6af8fc640bc7d79a0714f9bc660c3f12cb5a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Apr 2021 07:15:42 +0000 Subject: [PATCH] Bump @testing-library/user-event from 7.2.1 to 13.1.5 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 7.2.1 to 13.1.5. - [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/v7.2.1...v13.1.5) Signed-off-by: dependabot-preview[bot] --- package-lock.json | 19 ++++++++++++++++--- package.json | 2 +- 2 files changed, 17 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index cee4880..7ad4a14 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1738,9 +1738,22 @@ } }, "@testing-library/user-event": { - "version": "7.2.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-7.2.1.tgz", - "integrity": "sha512-oZ0Ib5I4Z2pUEcoo95cT1cr6slco9WY7yiPpG+RGNkj8YcYgJnM7pXmYmorNOReh8MIGcKSqXyeGjxnr8YiZbA==" + "version": "13.1.5", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.5.tgz", + "integrity": "sha512-dD1FRHuWhfdcnb6H9/oaIIZHx9LQKGxbTtYV3i5Zru8I3GWWJoG2WtlAlXZ/56djO+6TvfsWPj5cXQvoTFQATQ==", + "requires": { + "@babel/runtime": "^7.12.5" + }, + "dependencies": { + "@babel/runtime": { + "version": "7.13.17", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.13.17.tgz", + "integrity": "sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==", + "requires": { + "regenerator-runtime": "^0.13.4" + } + } + } }, "@types/aria-query": { "version": "4.2.0", diff --git a/package.json b/package.json index 6bc992f..178bd61 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@material-ui/icons": "^4.9.1", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^11.1.0", - "@testing-library/user-event": "^7.2.1", + "@testing-library/user-event": "^13.1.5", "react": "^16.14.0", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0",