From ac687024924b3de9d151b25e2a69895ac02bafcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 03:44:34 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.6.3 to 7.0.2 in /editors/vscode Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 7.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- editors/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 0623be6..5233211 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -73,7 +73,7 @@ "@vscode/vsce": "3.9.2", "esbuild": "0.27.2", "mocha": "11.7.6", - "typescript": "5.6.3", + "typescript": "7.0.2", "ws": "8.21.0" } }