From 89616ab55cdc6b725dbfa996f7cc20184c8a5f6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 16:09:08 +0000 Subject: [PATCH] build(deps): bump @testing-library/user-event from 13.2.0 to 13.3.0 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 13.2.0 to 13.3.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.0...v13.3.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.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2ce799ee..e22aa05b 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@testing-library/dom": "^8.7.2", "@testing-library/jest-dom": "^5.11.9", "@testing-library/react": "^12.1.2", - "@testing-library/user-event": "^13.2.0", + "@testing-library/user-event": "^13.3.0", "@types/file-saver": "^2.0.3", "@types/jest": "^27.0.2", "@types/node": "^12.20.28", diff --git a/yarn.lock b/yarn.lock index 9123bfab..9ba1784b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1897,10 +1897,10 @@ "@babel/runtime" "^7.12.5" "@testing-library/dom" "^8.0.0" -"@testing-library/user-event@^13.2.0": - version "13.2.0" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.2.0.tgz#8d63aaae1f5ec1d683d3afe57acd5f175f819f0f" - integrity sha512-wDEuKkkChNfA02Fpd9A39AXmdmxkvRcHyt/cK3WWiPAQTyMhcKFNM51aQgpEDJUcdj7uPsOaDEESoW/L1b2kZA== +"@testing-library/user-event@^13.3.0": + version "13.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-13.3.0.tgz#2ce50953b885c452a2b2df880a1998637599dcf5" + integrity sha512-f8AJ8ybUna88Lmx3l5fuPMhzyyrcopQk/vgVDHVKOnOf2kkjfVSb0Px77iduHmh6uFUcXsD/z6qp4G13rObVrw== dependencies: "@babel/runtime" "^7.12.5"