diff --git a/commafeed-client/package-lock.json b/commafeed-client/package-lock.json index 6e0ea434..d5389673 100644 --- a/commafeed-client/package-lock.json +++ b/commafeed-client/package-lock.json @@ -65,7 +65,7 @@ "husky": "9.1.7", "jsdom": "29.0.2", "lint-staged": "16.4.0", - "typescript": "6.0.2", + "typescript": "6.0.3", "vite": "8.0.8", "vite-plugin-checker": "0.13.0", "vitest": "4.1.4", @@ -6411,9 +6411,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/commafeed-client/package.json b/commafeed-client/package.json index 477b5ba2..08b831b0 100644 --- a/commafeed-client/package.json +++ b/commafeed-client/package.json @@ -73,7 +73,7 @@ "husky": "9.1.7", "jsdom": "29.0.2", "lint-staged": "16.4.0", - "typescript": "6.0.2", + "typescript": "6.0.3", "vite": "8.0.8", "vite-plugin-checker": "0.13.0", "vitest": "4.1.4",