diff --git a/apps/web/package-lock.json b/apps/web/package-lock.json index a95cee0..558f4a2 100644 --- a/apps/web/package-lock.json +++ b/apps/web/package-lock.json @@ -19,7 +19,7 @@ "@playwright/test": "^1.59.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", - "@testing-library/user-event": "14.5.2", + "@testing-library/user-event": "14.6.1", "jsdom": "^29.0.2", "vitest": "4.1.5" } @@ -703,9 +703,9 @@ } }, "node_modules/@testing-library/user-event": { - "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==", + "version": "14.6.1", + "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-14.6.1.tgz", + "integrity": "sha512-vq7fv0rnt+QTXgPxr5Hjc210p6YKq2kmdziLgnsZGgLJ9e6VAShx1pACLuRjd/AS/sr7phAR58OIIpf0LlmQNw==", "dev": true, "license": "MIT", "engines": { diff --git a/apps/web/package.json b/apps/web/package.json index 685f2b4..93e4b7b 100644 --- a/apps/web/package.json +++ b/apps/web/package.json @@ -20,7 +20,7 @@ "@playwright/test": "^1.59.1", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", - "@testing-library/user-event": "14.5.2", + "@testing-library/user-event": "14.6.1", "jsdom": "^29.0.2", "vitest": "4.1.5" }