From fa807ec5b1202c29788592b7f0071c4810c3a269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 21:09:32 +0000 Subject: [PATCH] Update dependency typescript to v5 --- package.json | 2 +- yarn.lock | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index aa6793d..0d5b887 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,6 @@ "ts-jest": "22.0.4", "tslint": "5.9.1", "typedoc": "0.9.0", - "typescript": "2.6.2" + "typescript": "5.4.4" } } diff --git a/yarn.lock b/yarn.lock index 9eda379..e9fd594 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3122,9 +3122,10 @@ typescript@2.4.1: version "2.4.1" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc" -typescript@2.6.2: - version "2.6.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4" +typescript@5.4.4: + version "5.4.4" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.4.tgz#eb2471e7b0a5f1377523700a21669dce30c2d952" + integrity sha512-dGE2Vv8cpVvw28v8HCPqyb08EzbBURxDpuhJvTrusShUfGnhHBafDsLdS1EhhxyL6BJQE+2cT3dDPAv+MQ6oLw== uglify-js@^2.6: version "2.8.29"