diff --git a/backend/package.json b/backend/package.json index 7e932e7..8be7aef 100644 --- a/backend/package.json +++ b/backend/package.json @@ -55,7 +55,7 @@ "supertest": "^7.2.2", "ts-node": "^10.9.2", "tsx": "^4.19.2", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "vitest": "^2.1.8" } } diff --git a/frontend/package.json b/frontend/package.json index 8c1dfb3..4383dca 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -38,7 +38,7 @@ "happy-dom": "^20.9.0", "jsdom": "^27.0.1", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6", "vitest": "^2.1.9" } } diff --git a/package-lock.json b/package-lock.json index cf40b27..560ab96 100644 --- a/package-lock.json +++ b/package-lock.json @@ -64,7 +64,7 @@ "supertest": "^7.2.2", "ts-node": "^10.9.2", "tsx": "^4.19.2", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "vitest": "^2.1.8" } }, @@ -105,7 +105,7 @@ "happy-dom": "^20.9.0", "jsdom": "^27.0.1", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6.0.3", "vitest": "^2.1.9" } }, @@ -10527,7 +10527,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", + "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": {