From e00a75bfb5c561459985493d3b2e5273a4f6c296 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Jul 2022 10:36:00 -0500 Subject: [PATCH] Bump @testing-library/user-event from 14.2.0 to 14.2.1 (#18066) 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 69be23e22..6a7348d11 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.0", + "@testing-library/user-event": "^14.2.1", "@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 8fdd06782..bd7f81d50 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3055,10 +3055,10 @@ dependencies: "@testing-library/dom" "^7.16.2" -"@testing-library/user-event@^14.2.0": - version "14.2.0" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.2.0.tgz#8293560f8f80a00383d6c755ec3e0b918acb1683" - integrity sha512-+hIlG4nJS6ivZrKnOP7OGsDu9Fxmryj9vCl8x0ZINtTJcCHs2zLsYif5GzuRiBF2ck5GZG2aQr7Msg+EHlnYVQ== +"@testing-library/user-event@^14.2.1": + version "14.2.1" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.2.1.tgz#8c5ff2d004544bb2220e1d864f7267fe7eb6c556" + integrity sha512-HOr1QiODrq+0j9lKU5i10y9TbhxMBMRMGimNx10asdmau9cb8Xb1Vyg0GvTwyIL2ziQyh2kAloOtAQFBQVuecA== "@tootallnate/once@2": version "2.0.0"