From c3cb0c3537749aacb7d92d7aef5f959dfba7697a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 16:49:18 +0000 Subject: [PATCH] Update dependency @testing-library/user-event to v14.5.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index a320eb5..4679d24 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.2", "@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..359eb0a 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.2": + version "14.5.2" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.2.tgz#db7257d727c891905947bd1c1a99da20e03c2ebd" + integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ== "@tootallnate/once@1": version "1.1.2"