From 5210ede00115d7695f91498982ef407bcb364b42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 14:11:40 +0000 Subject: [PATCH] Bump @testing-library/user-event from 12.2.2 to 14.4.3 in /client Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 12.2.2 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.2.2...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] --- client/package.json | 2 +- client/yarn.lock | 10 ++++------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/client/package.json b/client/package.json index 20d0662..232ea33 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "@testing-library/dom": "^7.22.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", - "@testing-library/user-event": "^12.2.2", + "@testing-library/user-event": "^14.4.3", "@types/jest": "^26.0.9", "@types/moment": "^2.13.0", "@types/node": "^14.0.27", diff --git a/client/yarn.lock b/client/yarn.lock index 63af7f7..383c7cb 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1540,12 +1540,10 @@ "@testing-library/dom" "^6.15.0" "@types/testing-library__react" "^9.1.2" -"@testing-library/user-event@^12.2.2": - version "12.2.2" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.2.2.tgz#22d0047da745289335240f523dfe74c889ec96cb" - integrity sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg== - dependencies: - "@babel/runtime" "^7.10.2" +"@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/aria-query@^4.2.0": version "4.2.0"