From a97ac2ba02c176ca8d29ef7492c11d4948c08b04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 04:01:12 +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 43f2643..852c519 100644 --- a/builder/package.json +++ b/builder/package.json @@ -18,7 +18,7 @@ "ava": "^8.0.0", "eslint": "^10.3.0", "tsx": "^4.21.0", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.59.2" }, "ava": {