diff --git a/package-lock.json b/package-lock.json index 68f8a854..e6670779 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "13.4.0", "@testing-library/react-hooks": "7.0.2", - "@testing-library/user-event": "14.5.2", + "@testing-library/user-event": "14.6.1", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.28.1", @@ -3929,9 +3929,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==", "engines": { "node": ">=12", "npm": ">=6" @@ -22171,9 +22171,9 @@ } }, "@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==", "requires": {} }, "@tootallnate/once": { diff --git a/package.json b/package.json index d65341d2..b393316f 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "@testing-library/jest-dom": "5.17.0", "@testing-library/react": "13.4.0", "@testing-library/react-hooks": "7.0.2", - "@testing-library/user-event": "14.5.2", + "@testing-library/user-event": "14.6.1", "react": "18.3.1", "react-dom": "18.3.1", "react-router-dom": "6.28.1",