From 297f5fece341f6aed5da41d623e150f9757e60fc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 19:33:48 +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..f7e5b3d 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.5.3" } } diff --git a/yarn.lock b/yarn.lock index 9eda379..c3a5cfd 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.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== uglify-js@^2.6: version "2.8.29"