diff --git a/ts/package-lock.json b/ts/package-lock.json index 7da0137..ca14e46 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -18,7 +18,7 @@ "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.57.0", "tsup": "^8.0.0", - "typescript": "^5.4.0", + "typescript": "^6.0.3", "vitest": "^2.0.0" } }, @@ -3383,7 +3383,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": { diff --git a/ts/package.json b/ts/package.json index 45a06ae..fa1ddf2 100644 --- a/ts/package.json +++ b/ts/package.json @@ -36,7 +36,7 @@ "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.57.0", "tsup": "^8.0.0", - "typescript": "^5.4.0", + "typescript": "^6.0.3", "vitest": "^2.0.0" }, "dependencies": {