From 35483f4faec65f9ad3ca827b18adacce113fd817 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:34:28 +0000 Subject: [PATCH] Bump typescript from 4.8.3 to 5.5.2 Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.3 to 5.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v4.8.3...v5.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 2035cd413..7c7c9cdd1 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "ts-node": "~10.9.1", "tslint": "~6.1.3", "tslint-no-circular-imports": "~0.7.0", - "typescript": "4.8.3", + "typescript": "5.5.2", "yalc": "~1.0.0-pre.53" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index d677d6df7..3959a7d00 100644 --- a/yarn.lock +++ b/yarn.lock @@ -578,10 +578,10 @@ tsutils@^2.29.0: dependencies: tslib "^1.8.1" -typescript@4.8.3: - version "4.8.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.8.3.tgz#d59344522c4bc464a65a730ac695007fdb66dd88" - integrity sha512-goMHfm00nWPa8UvR/CPSvykqf6dVV8x/dp0c5mFTMTIu0u0FlGWRioyy7Nn0PGAdHxpJZnuO/ut+PpQ8UiHAig== +typescript@5.5.2: + version "5.5.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.2.tgz#c26f023cb0054e657ce04f72583ea2d85f8d0507" + integrity sha512-NcRtPEOsPFFWjobJEtfihkLCZCXZt/os3zf8nTxjVH3RvTSxjrCamJpbExGvYOF+tFHc3pA65qpdwPbzjohhew== universalify@^0.1.0: version "0.1.2"