From cc669921c7a74914208260f1469430607efe6896 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:49:53 +0000 Subject: [PATCH] Bump typescript from 4.8.3 to 5.8.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.8.3 to 5.8.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.8.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..df30d4a64 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.8.2", "yalc": "~1.0.0-pre.53" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index d677d6df7..928bc6d71 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.8.2: + version "5.8.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4" + integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ== universalify@^0.1.0: version "0.1.2"