From 3e703a972b8cc1dae37e47544047a9e2e7976645 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 29 Jun 2023 02:49:50 +0000 Subject: [PATCH] Update dependency typescript to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d5da416b2..506fd7506 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "ts-graphql-plugin": "^2.1.6", "ts-node": "^10.7.0", "tslint": "^6.1.3", - "typescript": "^4.6.4", + "typescript": "^5.1.6", "yargs": "^17.4.1", "yarn": "^1.22.18", "yarn-deduplicate": "^5.0.0" diff --git a/yarn.lock b/yarn.lock index 25369a1fc..ed40a3c6c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9335,10 +9335,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@^4.6.4: - version "4.6.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.4.tgz#caa78bbc3a59e6a5c510d35703f6a09877ce45e9" - integrity sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg== +typescript@^5.1.6: + version "5.1.6" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.6.tgz#02f8ac202b6dad2c0dd5e0913745b47a37998274" + integrity sha512-zaWCozRZ6DLEWAWFrVDz1H6FVXzUSfTy5FUMWsQlU8Ym5JP9eO4xkTIROFCQvhQf61z6O/G6ugw3SgAnvvm+HA== unbox-primitive@^1.0.2: version "1.0.2"