From c89ba91d7beff2a6788e6e5102583ee9f4f09697 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 02:23:11 +0000 Subject: [PATCH] chore(deps-dev): bump @testing-library/user-event in /client Bumps [@testing-library/user-event](https://github.com/testing-library/user-event) from 14.5.2 to 14.6.1. - [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.5.2...v14.6.1) --- updated-dependencies: - dependency-name: "@testing-library/user-event" dependency-version: 14.6.1 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index ff380fd6ca..296deeb1c3 100644 --- a/client/package.json +++ b/client/package.json @@ -123,7 +123,7 @@ "@swc/core": "^1.11.21", "@testing-library/jest-dom": "^6.4.2", "@testing-library/react": "^15.0.7", - "@testing-library/user-event": "^14.5.2", + "@testing-library/user-event": "^14.6.1", "@types/enzyme": "^3.10.18", "@types/jest": "^30.0.0", "@types/jquery": "^3.5.29", diff --git a/client/yarn.lock b/client/yarn.lock index 4cd6ce35b4..4cb92a1d6f 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -3642,10 +3642,10 @@ "@testing-library/dom" "^10.0.0" "@types/react-dom" "^18.0.0" -"@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== +"@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== "@tybys/wasm-util@^0.10.0": version "0.10.1"