From 6fa50ee9957b1d140e52af0817dc289e7ee0af39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 21:42:08 +0000 Subject: [PATCH] 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 f9df4ff..617bd32 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "tslint-config-airbnb": "5.11.2", "tslint-config-prettier": "1.18.0", "tslint-plugin-prettier": "2.3.0", - "typescript": "4.1.2" + "typescript": "5.5.3" } } diff --git a/yarn.lock b/yarn.lock index 3772d0f..46e8bf7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1383,10 +1383,10 @@ tsutils@^3.0.0, tsutils@^3.5.0: dependencies: tslib "^1.8.1" -typescript@4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9" - integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ== +typescript@5.5.3: + version "5.5.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa" + integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ== which-pm-runs@^1.0.0: version "1.0.0"