From 7aad4647ded54e3a26b655d9e7ce80b9ca106551 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 22:00:38 +0000 Subject: [PATCH] :arrow_up: 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 2381e86..ffb33d3 100644 --- a/package.json +++ b/package.json @@ -31,6 +31,6 @@ "@typescript-eslint/parser": "4.31.2", "ava": "3.15.0", "eslint": "7.32.0", - "typescript": "4.4.3" + "typescript": "5.0.2" } } diff --git a/yarn.lock b/yarn.lock index 8b54c24..e7daea2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2390,10 +2390,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@4.4.3: - version "4.4.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3.tgz#bdc5407caa2b109efd4f82fe130656f977a29324" - integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA== +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== unique-string@^2.0.0: version "2.0.0"