From 0f5d02d1b02349620943bba9a37f02138867dda5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 17:06:29 +0000 Subject: [PATCH] chore(deps): 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 41d2334..da14412 100644 --- a/package.json +++ b/package.json @@ -55,6 +55,6 @@ "rimraf": "^3.0.2", "ts-jest": "^27.0.0", "ts-node": "^10.0.0", - "typescript": "^4.0.0" + "typescript": "^5.0.0" } } diff --git a/yarn.lock b/yarn.lock index effc00d..eb6ddb4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3392,10 +3392,10 @@ typedarray-to-buffer@^3.1.5: dependencies: is-typedarray "^1.0.0" -typescript@^4.0.0: - version "4.5.5" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.5.5.tgz#d8c953832d28924a9e3d37c73d729c846c5896f3" - integrity sha512-TCTIul70LyWe6IJWT8QSYeA54WQe8EjQFU4wY52Fasj5UKx88LNYKCgBEHcOMOrFF1rKGbD8v/xcNWVUq9SymA== +typescript@^5.0.0: + version "5.0.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.2.tgz#891e1a90c5189d8506af64b9ef929fca99ba1ee5" + integrity sha512-wVORMBGO/FAs/++blGNeAVdbNKtIh1rbBL2EyQ1+J9lClJ93KiiKe8PmFIVdXhHcyv44SL9oglmfeSsndo0jRw== universalify@^0.1.2: version "0.1.2"