diff --git a/package-lock.json b/package-lock.json index 2d8538d..97446f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -2516,12 +2516,9 @@ } }, "@testing-library/user-event": { - "version": "13.4.1", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.4.1.tgz", - "integrity": "sha512-WcnVwi96MmFsHLMNvBz03aPMVDU3UOgucXcn85fNXKKdtd7CHi2NAgE3hASt157yTB9krym0ikFVKbqYghKRCg==", - "requires": { - "@babel/runtime": "^7.12.5" - } + "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==" }, "@tootallnate/once": { "version": "1.1.2", diff --git a/package.json b/package.json index 0b1ba16..8670fad 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@rjsf/core": "^4.2.3", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.5", - "@testing-library/user-event": "^13.4.1", + "@testing-library/user-event": "^14.5.2", "axios": "^0.27.2", "fhirformjs": "^0.9.3", "jsoneditor": "^9.10.4",