From 829363a7010cd36fd9d92567d530d104218e2350 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 03:58:00 +0000 Subject: [PATCH] chore(deps): update dep typescript from 4.8.4 to v5 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 50bb6c2..66d1527 100644 --- a/package.json +++ b/package.json @@ -52,7 +52,7 @@ "jest-junit": "10.0.0", "supertest": "4.0.2", "ts-jest": "26.5.6", - "typescript": "4.8.4" + "typescript": "5.0.2" }, "jest": { "preset": "ts-jest", diff --git a/yarn.lock b/yarn.lock index 0cbae7c..67524e1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4534,10 +4534,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c= -typescript@4.8.4: - version "4.8.4" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.4.tgz#c464abca159669597be5f96b8943500b238e60e6" - integrity sha512-QCh+85mCy+h0IGff8r5XWzOVSbBO+KfeYrMQh7NJ58QujwcE22u+NUSmUxqF+un70P9GXKxa2HCNiTTMJknyjQ== +typescript@5.0.2: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== union-value@^1.0.0: version "1.0.1"