From 5f6f8f38e815849357e9ddd1f862b566f0ca8d55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 15:34:29 +0000 Subject: [PATCH] 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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 474e1b6..cd2dee5 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "markdown-toc": "^1.2.0", "tap-spec": "^5.0.0", "typedoc": "^0.28.4", - "typescript": "^6.0.2" + "typescript": "^7.0.2" }, "license": "MIT", "author": "nichoth (https://nichoth.com)",