diff --git a/package-lock.json b/package-lock.json index 840eb502..7d9c5050 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "@types/jest": "29.5.5", "@types/luxon": "3.3.2", "@types/node": "18.18.1", - "@types/react": "18.2.23", + "@types/react": "18.2.24", "@types/react-dom": "18.2.8", "@types/uuid": "9.0.4", "@types/webextension-polyfill": "0.10.4", @@ -1387,9 +1387,9 @@ "license": "MIT" }, "node_modules/@types/react": { - "version": "18.2.23", - "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.23.tgz", - "integrity": "sha512-qHLW6n1q2+7KyBEYnrZpcsAmU/iiCh9WGCKgXvMxx89+TYdJWRjZohVIo9XTcoLhfX3+/hP0Pbulu3bCZQ9PSA==", + "version": "18.2.24", + "resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.24.tgz", + "integrity": "sha512-Ee0Jt4sbJxMu1iDcetZEIKQr99J1Zfb6D4F3qfUWoR1JpInkY1Wdg4WwCyBjL257D0+jGqSl1twBjV8iCaC0Aw==", "dependencies": { "@types/prop-types": "*", "@types/scheduler": "*", diff --git a/package.json b/package.json index cdbf6afc..28600316 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@types/jest": "29.5.5", "@types/luxon": "3.3.2", "@types/node": "18.18.1", - "@types/react": "18.2.23", + "@types/react": "18.2.24", "@types/react-dom": "18.2.8", "@types/uuid": "9.0.4", "@types/webextension-polyfill": "0.10.4",