diff --git a/command-center/package-lock.json b/command-center/package-lock.json index 1c585d8..ee180ea 100644 --- a/command-center/package-lock.json +++ b/command-center/package-lock.json @@ -24,7 +24,7 @@ "globals": "^17.6.0", "postcss": "^8.5.10", "tailwindcss": "^4.2.2", - "typescript": "~6.0.2", + "typescript": "~6.0.3", "typescript-eslint": "^8.59.3", "vite": "^8.0.13" } @@ -2801,9 +2801,9 @@ } }, "node_modules/typescript": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.2.tgz", - "integrity": "sha512-bGdAIrZ0wiGDo5l8c++HWtbaNCWTS4UTv7RaTH/ThVIgjkveJt83m74bBHMJkuCbslY8ixgLBVZJIOiQlQTjfQ==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/command-center/package.json b/command-center/package.json index b7cab26..87ee033 100644 --- a/command-center/package.json +++ b/command-center/package.json @@ -26,7 +26,7 @@ "globals": "^17.6.0", "postcss": "^8.5.10", "tailwindcss": "^4.2.2", - "typescript": "~6.0.2", + "typescript": "~6.0.3", "typescript-eslint": "^8.59.3", "vite": "^8.0.13" }