From eec60bb368f26e9801925b4cd98b914bf5172fd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 19:34:32 +0000 Subject: [PATCH] chore(deps): update dependency typescript to v5 | datasource | package | from | to | | ---------- | ---------- | ----- | ----- | | npm | typescript | 4.6.4 | 5.1.3 | --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 41d8fde..5262cc5 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "@types/js-yaml": "^4.0.5", "@types/node": "^16.11.32", "ts-node": "^10.7.0", - "typescript": "^4.6.4" + "typescript": "^5.1.3" }, "peerDependencies": { "typescript": "*" diff --git a/yarn.lock b/yarn.lock index debe67d..33912fc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -289,10 +289,10 @@ tslib@2.3.1: resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.3.1.tgz#e8a335add5ceae51aa261d32a490158ef042ef01" integrity sha512-77EbyPPpMz+FRFRuAFlWMtmgUWGe9UOG2Z25NqCwiIjRhOf5iKGuzSe5P2w1laq+FkRy4p+PCuVkJSGkzTEKVw== -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.3: + version "5.1.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826" + integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw== v8-compile-cache-lib@^3.0.0: version "3.0.0"