From bc38378bd68809dafcf40aa95a290f99dd56e2ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 04:15:49 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 4.9.5 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.9.5 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.9.5...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 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 61d86bd..5eb7432 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "stdout-stderr": "^0.1.13", "tmp": "^0.2.1", "tsd-jsdoc": "^2.4.0", - "typescript": "^4.9.5" + "typescript": "^5.9.2" }, "scripts": { "e2e": "jest --config e2e/jest.config.js",