From c104c334744e91a53ccbed93914cccbdca4fa854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 01:07:18 +0000 Subject: [PATCH] build(deps): bump @testing-library/user-event from 14.6.1 to 14.6.4 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.6.1 to 14.6.4. - [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/v14.6.1...v14.6.4) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-version: 14.6.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f07c3fe..d7cbf2b 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", - "@testing-library/user-event": "^14.6.1", + "@testing-library/user-event": "^14.6.4", "@types/jest": "^30.0.0", "@types/node": "^26.1.1", "@types/react": "^19.2.14", diff --git a/yarn.lock b/yarn.lock index facd600..3f6e31c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1956,10 +1956,10 @@ dependencies: "@babel/runtime" "^7.12.5" -"@testing-library/user-event@^14.6.1": - version "14.6.1" - resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.1.tgz#13e09a32d7a8b7060fe38304788ebf4197cd2149" - integrity sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw== +"@testing-library/user-event@^14.6.4": + version "14.6.4" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.4.tgz#5e5ea378bd7500e66f60a49a2560ad1d8762ddb3" + integrity sha512-QCGwP6QrjypBLwyj5cuyfVamkaIEy/XGY+1VDehbtbQqOggYmTFpFOdWR5mPz14vX8vXLMVjDHlRNBcClyO9ew== "@tootallnate/once@1": version "1.1.2"