From b65f8cf2e8456832e1c85f72857bedf6c66cabd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 06:18:57 +0000 Subject: [PATCH] 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 a8fb86b..e03eccc 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,6 @@ "eslint-import-resolver-typescript": "^4.3.1", "eslint-plugin-import": "^2.25.3", "prettier": "2.2.1", - "typescript": "^4.2.3" + "typescript": "^5.9.3" } }