From 4d2b5fdaefca5d6d1e8b331f3971b23c16ab93f1 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 21:41:28 +0000 Subject: [PATCH] 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 806eee46..c2afd1f7 100644 --- a/package.json +++ b/package.json @@ -85,7 +85,7 @@ "husky": "^8.0.3", "lint-staged": "^13.2.0", "ts-node": "^10.9.1", - "typescript": "^4.9.5" + "typescript": "^5.9.3" }, "jest": { "moduleFileExtensions": [ diff --git a/yarn.lock b/yarn.lock index 89ea7f3d..68e41c29 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6649,11 +6649,16 @@ typeorm@^0.3.20: uuid "^9.0.0" yargs "^17.6.2" -typescript@4.9.5, typescript@^4.9.5: +typescript@4.9.5: version "4.9.5" resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a" integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g== +typescript@^5.9.3: + version "5.9.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f" + integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw== + uid@2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/uid/-/uid-2.0.1.tgz#a3f57c962828ea65256cd622fc363028cdf4526b"