diff --git a/package-lock.json b/package-lock.json index 2b9f4d9..5cb1aa2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "lint-staged": "^17.0.4", "semantic-release": "^25.0.2", "ts-jest": "^29.4.6", - "typescript": "^5.9.3" + "typescript": "^6.0.3" }, "engines": { "node": ">=20.0" @@ -9956,10 +9956,11 @@ } }, "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": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" diff --git a/package.json b/package.json index 810a2e2..7fe7139 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "lint-staged": "^17.0.4", "semantic-release": "^25.0.2", "ts-jest": "^29.4.6", - "typescript": "^5.9.3" + "typescript": "^6.0.3" }, "publishConfig": { "access": "public"