From b682c274915314f10f1b1f6a91d11fb63d66522c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:21:02 +0000 Subject: [PATCH] chore(deps): bump typescript from 4.2.3 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.2.3 to 5.9.2. - [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/compare/v4.2.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04752909a..ad4a30040 100644 --- a/package.json +++ b/package.json @@ -116,7 +116,7 @@ "strip-json-comments": "^3.1.1", "tempy": "^1.0.1", "typedoc": "^0.20.35", - "typescript": "4.2.3", + "typescript": "5.9.2", "update-notifier": "^5.0.0", "yargs": "^17.0.1" },