From 745cb7e2b212e032eb552cf195155f06d72dbd9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jun 2026 15:25:21 +0000 Subject: [PATCH] build(deps-dev): Bump typescript in /clients/typescript Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- clients/typescript/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/typescript/package.json b/clients/typescript/package.json index 5be4bb9..23dcec4 100644 --- a/clients/typescript/package.json +++ b/clients/typescript/package.json @@ -21,6 +21,6 @@ "@types/node": "^20.0.0", "@types/ws": "^8.5.0", "tsx": "^4.7.0", - "typescript": "^5.4.0" + "typescript": "^6.0.3" } }