diff --git a/package-lock.json b/package-lock.json index 9ed7662..29865d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,8 +13,8 @@ "@astrojs/react": "3.0.4", "@monaco-editor/react": "4.6.0", "@types/p5": "1.7.4", - "@types/react": "18.2.35", - "@types/react-dom": "18.2.14", + "@types/react": "18.2.38", + "@types/react-dom": "18.2.17", "astro": "3.5.2", "lodash.debounce": "4.0.8", "p5": "1.8.0", @@ -2013,9 +2013,9 @@ "integrity": "sha512-n1yyPsugYNSmHgxDFjicaI2+gCNjsBck8UX9kuofAKlc0h1bL+20oSF72KeNaW2DUlesbEVCFgyV2dPGTiY42g==" }, "node_modules/@types/react": { - "version": "18.2.35", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.35.tgz", - "integrity": "sha512-LG3xpFZ++rTndV+/XFyX5vUP7NI9yxyk+MQvBDq+CVs8I9DLSc3Ymwb1Vmw5YDoeNeHN4PDZa3HylMKJYT9PNQ==", + "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": "*", @@ -2023,9 +2023,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 1620d8d..7b3b8e7 100644 --- a/package.json +++ b/package.json @@ -21,8 +21,8 @@ "@astrojs/react": "3.0.4", "@monaco-editor/react": "4.6.0", "@types/p5": "1.7.4", - "@types/react": "18.2.35", - "@types/react-dom": "18.2.14", + "@types/react": "18.2.38", + "@types/react-dom": "18.2.17", "astro": "3.5.2", "lodash.debounce": "4.0.8", "p5": "1.8.0",