From 4f342a82890b6ff6f3b550f984709764cba4d713 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 10:06:40 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 6.0.3 to 7.0.2 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] --- builder/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/package.json b/builder/package.json index f364cda..c2cc455 100644 --- a/builder/package.json +++ b/builder/package.json @@ -22,7 +22,7 @@ "tldts": "^7.1.2", "ts-morph": "^28.0.0", "tsx": "^4.22.3", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.59.4", "zod": "^4.4.3" }