diff --git a/package-lock.json b/package-lock.json index 4304bd7..e3a3195 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-license": "^3.6.0", "ts-jest": "^29.4.12", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "typescript-eslint": "^8.68.0" } }, @@ -6916,9 +6916,9 @@ } }, "node_modules/typescript": { - "version": "5.9.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", - "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "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/package.json b/package.json index e3e0b1e..8c739c6 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "rollup-plugin-cleanup": "^3.2.1", "rollup-plugin-license": "^3.6.0", "ts-jest": "^29.4.12", - "typescript": "^5.9.3", + "typescript": "^6.0.3", "typescript-eslint": "^8.68.0" }, "overrides": {