diff --git a/package-lock.json b/package-lock.json index 62b306f0..2b479887 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42,7 +42,7 @@ "prettier-plugin-tailwindcss": "^0.7.2", "tsx": "^4.21.0", "turbo": "^2.9.6", - "typescript": "^6.0.2", + "typescript": "^6.0.3", "typescript-eslint": "^8.58.2", "vitest": "^4.1.2" }, @@ -15868,9 +15868,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==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 21e652be..c961aa3f 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "prettier-plugin-tailwindcss": "^0.7.2", "tsx": "^4.21.0", "turbo": "^2.9.6", - "typescript": "^6.0.2", + "typescript": "^6.0.3", "typescript-eslint": "^8.58.2", "vitest": "^4.1.2" },