diff --git a/vortex-web/package-lock.json b/vortex-web/package-lock.json index aa41e786f74..2dccff8bdd4 100644 --- a/vortex-web/package-lock.json +++ b/vortex-web/package-lock.json @@ -33,7 +33,7 @@ "prettier": "^3.8.1", "storybook": "^10.3.3", "tailwindcss": "^4.1.4", - "typescript": "~5.9.0", + "typescript": "~6.0.0", "typescript-eslint": "^8.30.1", "vite": "^6.3.2" } @@ -5265,9 +5265,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "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/vortex-web/package.json b/vortex-web/package.json index 55740faee04..b0b1d825faa 100644 --- a/vortex-web/package.json +++ b/vortex-web/package.json @@ -44,7 +44,7 @@ "prettier": "^3.8.1", "storybook": "^10.3.3", "tailwindcss": "^4.1.4", - "typescript": "~5.9.0", + "typescript": "~6.0.0", "typescript-eslint": "^8.30.1", "vite": "^6.3.2" }