From 3ad6515899a6aa5791a60eb5114818c33a0e4d15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 01:11:26 +0000 Subject: [PATCH] deps: bump typescript from 4.9.5 to 5.9.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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.9.5...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development 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 00cd47c..9f91de7 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "eslint": "^8.46.0", "eslint-plugin-node": "^11.1.0", "grunt": "^1.6.1", - "typescript": "4.9.5", + "typescript": "5.9.3", "rimraf": "^5.0.0", "mocha": "^10.0.0", "@types/mocha": "^10.0.0",