diff --git a/react-app/package-lock.json b/react-app/package-lock.json index f6f9c34..e23f9cd 100644 --- a/react-app/package-lock.json +++ b/react-app/package-lock.json @@ -15,7 +15,7 @@ "@mui/material": "^5.14.18", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.2", - "@testing-library/user-event": "^13.5.0", + "@testing-library/user-event": "^14.5.2", "axios": "^1.6.0", "react": "^18.2.0", "react-dom": "^18.2.0", @@ -5403,14 +5403,11 @@ } }, "node_modules/@testing-library/user-event": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-13.5.0.tgz", - "integrity": "sha512-5Kwtbo3Y/NowpkbRuSepbyMFkZmHgD+vPzYB/RJ4oxt5Gj/avFFBYjhw27cqSVPVw/3a67NK1PbiIr9k4Gwmdg==", - "dependencies": { - "@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==", "engines": { - "node": ">=10", + "node": ">=12", "npm": ">=6" }, "peerDependencies": { diff --git a/react-app/package.json b/react-app/package.json index 74b965a..652daa0 100644 --- a/react-app/package.json +++ b/react-app/package.json @@ -10,7 +10,7 @@ "@mui/material": "^5.14.18", "@testing-library/jest-dom": "^6.1.4", "@testing-library/react": "^14.1.2", - "@testing-library/user-event": "^13.5.0", + "@testing-library/user-event": "^14.5.2", "axios": "^1.6.0", "react": "^18.2.0", "react-dom": "^18.2.0",