diff --git a/package-lock.json b/package-lock.json index 53c3c6f89..14558f31b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -15,7 +15,7 @@ "@mdx-js/mdx": "^2.3.0", "@mui/icons-material": "^5.14.13", "@mui/material": "^5.14.13", - "@types/react": "^18.2.28", + "@types/react": "^18.2.29", "axios": "^1.5.1", "decode-uri-component": "^0.4.1", "gatsby": "^5.12.6", @@ -5407,9 +5407,9 @@ } }, "node_modules/@types/react": { - "version": "18.2.28", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.28.tgz", - "integrity": "sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==", + "version": "18.2.29", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.29.tgz", + "integrity": "sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", @@ -28272,9 +28272,9 @@ } }, "@types/react": { - "version": "18.2.28", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.28.tgz", - "integrity": "sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg==", + "version": "18.2.29", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.29.tgz", + "integrity": "sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q==", "requires": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index 0d828ecf3..d60989d28 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "@mdx-js/mdx": "^2.3.0", "@mui/icons-material": "^5.14.13", "@mui/material": "^5.14.13", - "@types/react": "^18.2.28", + "@types/react": "^18.2.29", "axios": "^1.5.1", "decode-uri-component": "^0.4.1", "gatsby": "^5.12.6",