From 38c8721f3c85c9139c1064f792f7f76bb26f307a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:10:03 +0000 Subject: [PATCH] Bump @testing-library/user-event from 13.2.1 to 14.1.0 in /client Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.1 to 14.1.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.2.1...v14.1) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-type: direct:development 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 347eaf6..f638f54 100644 --- a/client/package.json +++ b/client/package.json @@ -80,7 +80,7 @@ "@testing-library/dom": "^8.7.2", "@testing-library/jest-dom": "^5.14.1", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.2.1", + "@testing-library/user-event": "^14.1.0", "@types/jest": "^27.0.2", "@types/lodash": "^4.14.175", "@types/luxon": "^2.0.5", diff --git a/client/yarn.lock b/client/yarn.lock index 7d21311..893c7bc 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1797,12 +1797,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^13.2.1": - version "13.2.1" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.2.1.tgz#7a71a39e50b4a733afbe2916fa2b99966e941f98" - integrity sha512-cczlgVl+krjOb3j1625usarNEibI0IFRJrSWX9UsJ1HKYFgCQv9Nb7QAipUDXl3Xdz8NDTsiS78eAkPSxlzTlw== - dependencies: - "@babel/runtime" "^7.12.5" +"@testing-library/user-event@^14.1.0": + version "14.1.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.1.0.tgz#db479c06271b72a4d41cf595ec2ad7ff078c1d72" + integrity sha512-+CGfMXlVM+OwREHDEsfTGsXIMI+rjr3a7YBUSutq7soELht+8kQrM5k46xa/WLfHdtX/wqsDIleL6bi4i+xz0w== "@tootallnate/once@1": version "1.1.2"