diff --git a/package.json b/package.json index c8716456..6e6f1290 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "eslint-plugin-functional": "4.4.1", "husky": "8.0.3", "prettier": "3.8.4", - "typescript": "5.9.3" + "typescript": "6.0.3" }, "repository": "git+https://github.com/dev-protocol/template-repos-ts.git", "bugs": { diff --git a/yarn.lock b/yarn.lock index 5a443f5b..34db3936 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1385,10 +1385,10 @@ type-fest@^0.20.2: resolved "https://registry.yarnpkg.com/type-fest/-/type-fest-0.20.2.tgz#1bf207f4b28f91583666cb5fbd327887301cd5f4" integrity sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ== -typescript@5.9.3: - version "5.9.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" - integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== +typescript@6.0.3: + version "6.0.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-6.0.3.tgz#90251dc007916e972786cb94d74d15b185577d21" + integrity sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw== uri-js@^4.2.2: version "4.4.1"