From 1d8d3631bb5bda5e30c15404c435661c4b40762a Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 21:40:50 +0000 Subject: [PATCH] Update typescript to version 5.3.3 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ae08828..0df8a115 100644 --- a/package.json +++ b/package.json @@ -80,7 +80,7 @@ "husky": "^8.0.3", "lint-staged": "^13.2.0", "ts-node": "^10.9.1", - "typescript": "^4.9.5" + "typescript": "^5.3.3" }, "jest": { "moduleFileExtensions": [ diff --git a/yarn.lock b/yarn.lock index 24bc0fd2..40da7fab 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5891,11 +5891,16 @@ typeorm@^0.3.12: xml2js "^0.4.23" 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.3.3: + version "5.3.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37" + integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw== + uid@2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/uid/-/uid-2.0.1.tgz#a3f57c962828ea65256cd622fc363028cdf4526b"