From 7d7069b43cc3caf600f02aab214ef1ee066723dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 08:12:29 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 in /apps/vsc-plugin Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.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] --- apps/vsc-plugin/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/vsc-plugin/package.json b/apps/vsc-plugin/package.json index 57097342..51a63022 100644 --- a/apps/vsc-plugin/package.json +++ b/apps/vsc-plugin/package.json @@ -152,7 +152,7 @@ "mocha": "^11.7.6", "posthog-node": "^5.35.1", "qrcode": "^1.5.4", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "vitest": "^4.1.5" }, "dependencies": {