diff --git a/clients/ui/frontend/package-lock.json b/clients/ui/frontend/package-lock.json index 8dcfc414..e758e02b 100644 --- a/clients/ui/frontend/package-lock.json +++ b/clients/ui/frontend/package-lock.json @@ -41,7 +41,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^16.1.0", - "@testing-library/user-event": "14.5.2", + "@testing-library/user-event": "14.6.1", "@types/classnames": "^2.3.1", "@types/dompurify": "^3.2.0", "@types/jest": "^29.5.13", @@ -4266,9 +4266,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/clients/ui/frontend/package.json b/clients/ui/frontend/package.json index 5e9cecc0..1450fc2a 100644 --- a/clients/ui/frontend/package.json +++ b/clients/ui/frontend/package.json @@ -44,7 +44,7 @@ "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.2", "@testing-library/react": "^16.1.0", - "@testing-library/user-event": "14.5.2", + "@testing-library/user-event": "14.6.1", "@types/classnames": "^2.3.1", "@types/dompurify": "^3.2.0", "@types/jest": "^29.5.13",