diff --git a/package-lock.json b/package-lock.json index 1349ef103..6d3c9bb57 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mdx-js/mdx": "^3.0.0", "@mui/icons-material": "^5.14.18", "@mui/material": "^5.14.18", - "@types/react": "^18.2.37", + "@types/react": "^18.2.38", "axios": "^1.6.2", "decode-uri-component": "^0.4.1", "gatsby": "^5.12.10", @@ -5421,9 +5421,9 @@ } }, "node_modules/@types/react": { - "version": "18.2.37", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", - "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", + "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": "*", @@ -28448,9 +28448,9 @@ } }, "@types/react": { - "version": "18.2.37", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.37.tgz", - "integrity": "sha512-RGAYMi2bhRgEXT3f4B92WTohopH6bIXw05FuGlmJEnv/omEn190+QYEIYxIAuIBdKgboYYdVved2p1AxZVQnaw==", + "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==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 3c7ef2262..604604660 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@mdx-js/mdx": "^3.0.0", "@mui/icons-material": "^5.14.18", "@mui/material": "^5.14.18", - "@types/react": "^18.2.37", + "@types/react": "^18.2.38", "axios": "^1.6.2", "decode-uri-component": "^0.4.1", "gatsby": "^5.12.10",