From 6e92b2f5667dbbf215c77c17bcd80a64629ae2fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:09:34 +0000 Subject: [PATCH] chore(deps): bump typescript from 4.2.3 to 5.9.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.2.3 to 5.9.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/compare/v4.2.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 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..173b8f1c4 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.3", "update-notifier": "^5.0.0", "yargs": "^17.0.1" },