diff --git a/web/package-lock.json b/web/package-lock.json index 5a9fb9c..044eb27 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -15,7 +15,7 @@ "@mui/lab": "^5.0.0-alpha.153", "@mui/material": "^5.14.18", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.1", "axios": "^1.6.2", "chart.js": "^4.4.0", @@ -5443,9 +5443,9 @@ } }, "node_modules/@testing-library/react": { - "version": "14.0.0", - "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.0.0.tgz", - "integrity": "sha512-S04gSNJbYE30TlIMLTzv6QCTzt9AqIF5y6s6SzVFILNcNvbV/jU96GeiTPillGQo+Ny64M/5PV7klNYYgv5Dfg==", + "version": "14.1.2", + "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-14.1.2.tgz", + "integrity": "sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==", "dependencies": { "@babel/runtime": "^7.12.5", "@testing-library/dom": "^9.0.0", diff --git a/web/package.json b/web/package.json index a9f5458..c119e37 100644 --- a/web/package.json +++ b/web/package.json @@ -10,7 +10,7 @@ "@mui/lab": "^5.0.0-alpha.153", "@mui/material": "^5.14.18", "@testing-library/jest-dom": "^6.1.4", - "@testing-library/react": "^14.0.0", + "@testing-library/react": "^14.1.2", "@testing-library/user-event": "^14.5.1", "axios": "^1.6.2", "chart.js": "^4.4.0",