From 2759b79301b51c72e97dfc65bca7a0cc147630f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 16:33:53 -0500 Subject: [PATCH] Bump @testing-library/user-event from 14.2.6 to 14.3.0 (#18161) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 83c8bd7e1..87c45900f 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@testing-library/jest-dom": "^5.16.4", "@testing-library/preact": "^2.0.1", "@testing-library/preact-hooks": "^1.1.0", - "@testing-library/user-event": "^14.2.6", + "@testing-library/user-event": "^14.3.0", "@whitespace/storybook-addon-html": "^5.0.0", "babel-core": "^7.0.0-bridge.0", "babel-jest": "^28.1.2", diff --git a/yarn.lock b/yarn.lock index 36b4f9023..3ad3be74a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2955,10 +2955,10 @@ dependencies: "@testing-library/dom" "^7.16.2" -"@testing-library/user-event@^14.2.6": - version "14.2.6" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.2.6.tgz#9ba313a212994eea66e018520e23542ac3eb6fbe" - integrity sha512-l/4W4x3Lm24wkWNkPasXqvEzG+a6n2X872XCUjhyfbNqcoOapaWyCxC5Fz+E4r7JPu8gysQKSSCrK0OO2x+D+A== +"@testing-library/user-event@^14.3.0": + version "14.3.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.3.0.tgz#0a6750b94b40e4739706d41e8efc2ccf64d2aad9" + integrity sha512-P02xtBBa8yMaLhK8CzJCIns8rqwnF6FxhR9zs810flHOBXUYCFjLd8Io1rQrAkQRWEmW2PGdZIEdMxf/KLsqFA== "@tootallnate/once@2": version "2.0.0"