From b24f11302a2373a26b0490a58e287d16be237db7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 17:20:23 +0000 Subject: [PATCH] Update dependency @testing-library/user-event to v14.5.0 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a320eb5..4ff73dc 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@testing-library/jest-dom": "5.16.4", "@testing-library/react": "13.3.0", - "@testing-library/user-event": "14.2.0", + "@testing-library/user-event": "14.5.0", "@types/jest": "27.5.2", "@types/node": "17.0.21", "@types/react": "18.0.9", diff --git a/yarn.lock b/yarn.lock index 30f0745..2fbd7ed 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2415,10 +2415,10 @@ "@testing-library/dom" "^8.5.0" "@types/react-dom" "^18.0.0" -"@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.5.0": + version "14.5.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.0.tgz#4036add379525b635a64bce4d727820d4ba516a7" + integrity sha512-nQRCteEZvULJJrlcGQuNhwGekz25TOUILA+sTWI9PB/vNKKivS+7K7XRTwoikw/2fmJPaM4pPKy+hLWEGg9+JA== "@tootallnate/once@1": version "1.1.2"