From c95382110aecb3313cd4425f34ba85706f6ffcc9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Nov 2021 13:07:07 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.1.2 to 13.5.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.1.2 to 13.5.0. - [Release notes](https://github.com/testing-library/user-event/releases) - [Changelog](https://github.com/testing-library/user-event/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/user-event/compare/v13.1.2...v13.5.0) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-minor ... 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 93db0ba..85d40c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2699,17 +2699,17 @@ } }, "@testing-library/user-event": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.1.2.tgz", - "integrity": "sha512-89S/QELVCXbcHmgAfPrk0U8kCu9qESqV8/QQaUe5B4+7qi3kJlfQYCiB7Pfi2XInBtO0qm7vDmJb+/Oa+TFdyQ==", + "version": "13.5.0", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", + "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", "requires": { "@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==", + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.16.0.tgz", + "integrity": "sha512-Nht8L0O8YCktmsDV6FqFue7vQLRx3Hb0B37lS5y0jDRqRxlBG4wIJHnf9/bgSE2UyipKFA01YtS+npRdTWBUyw==", "requires": { "regenerator-runtime": "^0.13.4" } diff --git a/package.json b/package.json index af9c5cf..6b861c2 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@material-ui/lab": "^4.0.0-alpha.57", "@testing-library/jest-dom": "^5.11.10", "@testing-library/react": "^11.2.6", - "@testing-library/user-event": "^13.1.2", + "@testing-library/user-event": "^13.5.0", "prop-types": "^15.7.2", "react": "^17.0.2", "react-countup": "^4.3.3",