From 4c71e6d29dbad7372640adcdf2d50d70ea0735cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 01:32:26 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 6.0.3 in /vscode-client 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] --- vscode-client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode-client/package.json b/vscode-client/package.json index 35a035f..dd78d7f 100644 --- a/vscode-client/package.json +++ b/vscode-client/package.json @@ -125,7 +125,7 @@ "@types/vscode": "^1.79.1", "ts-loader": "^9.4.4", "tslint": "^6.1.3", - "typescript": "^5.1.6", + "typescript": "^6.0.3", "webpack": "^5.88.1", "webpack-cli": "^5.1.4" },