From 97c17ed3d3c1a7c9a4276f50439298899e57e501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 01:04:03 +0000 Subject: [PATCH] build(deps): bump @testing-library/user-event from 14.6.1 to 14.6.5 Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.6.1 to 14.6.5. - [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.5) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-version: 14.6.5 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 cd9c1c1..00a1e47 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "@apollo/client": "^3.13.9", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^15.0.7", - "@testing-library/user-event": "^14.6.1", + "@testing-library/user-event": "^14.6.5", "@types/jest": "^30.0.0", "@types/node": "^26.1.1", "@types/react": "^18.3.12", diff --git a/yarn.lock b/yarn.lock index abf65d3..0d490d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2033,10 +2033,10 @@ "@testing-library/dom" "^10.0.0" "@types/react-dom" "^18.0.0" -"@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.5": + version "14.6.5" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.5.tgz#175a580580349d4452b6a604001e65833de281f8" + integrity sha512-FhqjldLTpteueBaKflhNFlMT3+PM0O5fiBUivht6b9CZ1eesJyy7+g3Jr7XwJzt/Hip3ZG5hWwK1MX1FuDiE4w== "@tootallnate/once@1": version "1.1.2"