diff --git a/package-lock.json b/package-lock.json index 673d73e6..ee7d6139 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,8 +15,8 @@ "@mui/material": "^5.14.12", "@tanstack/react-query": "^5.0.0", "@types/node": "20.8.9", - "@types/react": "18.2.33", - "@types/react-dom": "18.2.14", + "@types/react": "18.2.38", + "@types/react-dom": "18.2.17", "autoprefixer": "10.4.16", "eslint": "8.52.0", "eslint-config-next": "14.0.0", @@ -1610,9 +1610,9 @@ } }, "node_modules/@types/react": { - "version": "18.2.33", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.33.tgz", - "integrity": "sha512-v+I7S+hu3PIBoVkKGpSYYpiBT1ijqEzWpzQD62/jm4K74hPpSP7FF9BnKG6+fg2+62weJYkkBWDJlZt5JO/9hg==", + "version": "18.2.38", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.38.tgz", + "integrity": "sha512-cBBXHzuPtQK6wNthuVMV6IjHAFkdl/FOPFIlkd81/Cd1+IqkHu/A+w4g43kaQQoYHik/ruaQBDL72HyCy1vuMw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -1620,9 +1620,9 @@ } }, "node_modules/@types/react-dom": { - "version": "18.2.14", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.14.tgz", - "integrity": "sha512-V835xgdSVmyQmI1KLV2BEIUgqEuinxp9O4G6g3FqO/SqLac049E53aysv0oEFD2kHfejeKU+ZqL2bcFWj9gLAQ==", + "version": "18.2.17", + "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-18.2.17.tgz", + "integrity": "sha512-rvrT/M7Df5eykWFxn6MYt5Pem/Dbyc1N8Y0S9Mrkw2WFCRiqUgw9P7ul2NpwsXCSM1DVdENzdG9J5SreqfAIWg==", "dependencies": { "@types/react": "*" } diff --git a/package.json b/package.json index bbbd2d0f..3a4ad9ac 100644 --- a/package.json +++ b/package.json @@ -16,8 +16,8 @@ "@mui/material": "^5.14.12", "@tanstack/react-query": "^5.0.0", "@types/node": "20.8.9", - "@types/react": "18.2.33", - "@types/react-dom": "18.2.14", + "@types/react": "18.2.38", + "@types/react-dom": "18.2.17", "autoprefixer": "10.4.16", "eslint": "8.52.0", "eslint-config-next": "14.0.0",