From 0ff9997e8eae7151796b66bfd241259d5c14ed77 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Thu, 8 Jun 2023 18:41:12 +0000 Subject: [PATCH] Update typescript to version 5.1.3 --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ceaff5dd..5c17d5d5 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.1.3" }, "jest": { "moduleFileExtensions": [ diff --git a/yarn.lock b/yarn.lock index 461e74ab..d92303f9 100644 --- a/yarn.lock +++ b/yarn.lock @@ -5877,11 +5877,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.1.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== + uid@2.0.1: version "2.0.1" resolved "https://registry.yarnpkg.com/uid/-/uid-2.0.1.tgz#a3f57c962828ea65256cd622fc363028cdf4526b"