diff --git a/playground/package-lock.json b/playground/package-lock.json index 5f0e79309e..e0fad98390 100644 --- a/playground/package-lock.json +++ b/playground/package-lock.json @@ -24,7 +24,7 @@ "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", - "typescript": "^5.4.3", + "typescript": "^5.4.5", "vite": "^5.2.8" } }, @@ -6110,9 +6110,9 @@ } }, "node_modules/typescript": { - "version": "5.4.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.3.tgz", - "integrity": "sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==", + "version": "5.4.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz", + "integrity": "sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==", "dev": true, "bin": { "tsc": "bin/tsc", diff --git a/playground/package.json b/playground/package.json index e5bbd5dcd7..a0332b211b 100644 --- a/playground/package.json +++ b/playground/package.json @@ -26,7 +26,7 @@ "eslint": "^8.57.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.6", - "typescript": "^5.4.3", + "typescript": "^5.4.5", "vite": "^5.2.8" } }