From 5d8e0a1aa32b078d13de66e6e914e880627a15dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Aug 2022 21:04:45 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.8.1 to 14.4.3 in /hosting Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.8.1 to 14.4.3. - [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/v12.8.1...v14.4.3) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- hosting/package.json | 2 +- hosting/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/hosting/package.json b/hosting/package.json index 004719b..4a65f9f 100644 --- a/hosting/package.json +++ b/hosting/package.json @@ -6,7 +6,7 @@ "@react-firebase/auth": "^0.2.10", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^11.2.5", - "@testing-library/user-event": "^12.8.1", + "@testing-library/user-event": "^14.4.3", "axios": "^0.21.1", "bulma-extensions": "^6.2.7", "classnames": "^2.2.6", diff --git a/hosting/yarn.lock b/hosting/yarn.lock index 4d8a18f..48c2855 100644 --- a/hosting/yarn.lock +++ b/hosting/yarn.lock @@ -2703,12 +2703,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^7.28.1" -"@testing-library/user-event@^12.8.1": - version "12.8.1" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.8.1.tgz#aa897d6e7f0cf2208385abc2da2ac3f5844bbd00" - integrity sha512-u521YhkCKip0DQNDpfj9V97PU7UlCTkW5jURUD4JipuVe/xDJ32dJSIHlT2pqAs/I91OFB8p6LtqaLZpOu8BWQ== - dependencies: - "@babel/runtime" "^7.12.5" +"@testing-library/user-event@^14.4.3": + version "14.4.3" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.4.3.tgz#af975e367743fa91989cd666666aec31a8f50591" + integrity sha512-kCUc5MEwaEMakkO5x7aoD+DLi02ehmEM2QCGWvNqAS1dV/fAvORWEjnjsEIvml59M7Y5kCkWN6fCCyPOe8OL6Q== "@types/anymatch@*": version "1.3.1"