From 886d0f62977a29feaa28edb53e95a04eda9d4e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 12:35:37 +0000 Subject: [PATCH] Bump typescript from 4.8.3 to 5.8.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.8.3 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 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..5cf191bed 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.3", "yalc": "~1.0.0-pre.53" }, "resolutions": { diff --git a/yarn.lock b/yarn.lock index d677d6df7..b3369314e 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.3: + version "5.8.3" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e" + integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ== universalify@^0.1.0: version "0.1.2"