From 76a7ab51571aad653c37fb329878e287202e23b4 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:41:50 +0000 Subject: [PATCH] chore(package): update typescript to version 5.9.3 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e0a3906..d8fdca1 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "lint-staged": "^13.3.0", "msw": "^1.2.3", "prettier": "^2.8.8", - "typescript": "5.1.3", + "typescript": "5.9.3", "whatwg-fetch": "^3.6.17" }, "msw": { diff --git a/yarn.lock b/yarn.lock index 3bddac5..a3e8784 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7296,7 +7296,12 @@ typed-array-length@^1.0.4: for-each "^0.3.3" is-typed-array "^1.1.9" -typescript@5.1.3, "typescript@^4.6.4 || ^5.0.0": +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@^4.6.4 || ^5.0.0": version "5.1.3" resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==