diff --git a/package-lock.json b/package-lock.json index dff175ef..cb1f8458 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,7 +28,7 @@ "prettier": "^3.8.2", "prettier-eslint": "^16.4.2", "ts-node": "^10.9.2", - "typescript": "^6.0.2" + "typescript": "^6.0.3" } }, "node_modules/@artilleryio/int-commons": { @@ -12899,9 +12899,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==", "license": "Apache-2.0", "bin": { "tsc": "bin/tsc", diff --git a/package.json b/package.json index 513eae39..0b16dfed 100644 --- a/package.json +++ b/package.json @@ -23,6 +23,6 @@ "prettier": "^3.8.2", "prettier-eslint": "^16.4.2", "ts-node": "^10.9.2", - "typescript": "^6.0.2" + "typescript": "^6.0.3" } } \ No newline at end of file