diff --git a/package-lock.json b/package-lock.json index c2063a4fcd..6554c077e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -44,7 +44,7 @@ "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/node": "^20.5.8", - "@types/react": "^18.2.21", + "@types/react": "^18.2.24", "@types/react-dom": "^18.2.7", "@types/react-transition-group": "^4.4.6", "@typescript-eslint/eslint-plugin": "^6.5.0", @@ -4288,9 +4288,9 @@ "optional": true }, "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 26a1e371df..113f13510b 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/node": "^20.5.8", - "@types/react": "^18.2.21", + "@types/react": "^18.2.24", "@types/react-dom": "^18.2.7", "@types/react-transition-group": "^4.4.6", "@typescript-eslint/eslint-plugin": "^6.5.0",