diff --git a/package-lock.json b/package-lock.json index 18f3b912..b00db42a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,7 +16,7 @@ "@mui/material": "^5.14.6", "@mui/x-data-grid": "^6.11.2", "@types/node": "20.8.0", - "@types/react": "18.2.24", + "@types/react": "18.2.26", "@types/react-dom": "18.2.8", "autoprefixer": "10.4.16", "next": "^13.5.3", @@ -2310,9 +2310,9 @@ "integrity": "sha512-FbtmBWCcSa2J4zL781Zf1p5YUBXQomPEcep9QZCfRfQgTxz3pJWiDFLebohZ9fFntX5ibzOkSsrJ0TEew8cAog==" }, "node_modules/@types/react": { - "version": "18.2.24", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.24.tgz", - "integrity": "sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw==", + "version": "18.2.26", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.26.tgz", + "integrity": "sha512-ZaMtQo/fasHwMSRTED+u4Cjnkl0uuqEFJ2rKF0DQXji1v24DaNdSe9am4ldiDKFD/MpzbyS8UEOceh1/Oiw89g==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 5de49f80..812bba9a 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@mui/material": "^5.14.6", "@mui/x-data-grid": "^6.11.2", "@types/node": "20.8.0", - "@types/react": "18.2.24", + "@types/react": "18.2.26", "@types/react-dom": "18.2.8", "autoprefixer": "10.4.16", "next": "^13.5.3",