From 636c04485c2edd20aaaf03c5bf58206efe490b5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:00:21 +0000 Subject: [PATCH] Bump typescript from 4.8.3 to 5.7.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.8.3 to 5.7.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.7.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..ad5ff23ba 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.7.2", "yalc": "~1.0.0-pre.53" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index d677d6df7..764284b92 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.7.2: + version "5.7.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6" + integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg== universalify@^0.1.0: version "0.1.2"