diff --git a/frontend/package.json b/frontend/package.json index f9d2a7c9..4eec9e1c 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.1", "@testing-library/react": "^16.1.0", - "@testing-library/user-event": "^14.5.1", + "@testing-library/user-event": "^14.6.0", "@trivago/prettier-plugin-sort-imports": "^5.2.0", "@types/jest": "^29.5.11", "@types/node": "^22.10.0", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index 9c1d2af7..f138f462 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -1121,10 +1121,10 @@ dependencies: "@babel/runtime" "^7.12.5" -"@testing-library/user-event@^14.5.1": - version "14.5.2" - resolved "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.5.2.tgz" - integrity sha512-YAh82Wh4TIrxYLmfGcixwD18oIjyC1pFQC2Y01F2lzV2HTMiYrI0nze0FD0ocB//CKS/7jIUgae+adPqxK5yCQ== +"@testing-library/user-event@^14.6.0": + version "14.6.0" + resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.6.0.tgz#6748ec1ac6df9291e92b6abc0f3530b3842bf34d" + integrity sha512-+jsfK7kVJbqnCYtLTln8Ja/NmVrZRwBJHmHR9IxIVccMWSOZ6Oy0FkDJNeyVu4QSpMNmRfy10Xb76ObRDlWWBQ== "@tootallnate/once@2": version "2.0.0"