From c2e241360c74d2aebad98bc3f2ac052513d26f8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 06:34:47 +0000 Subject: [PATCH] Bump typescript in the dev-dependencies group across 1 directory Bumps the dev-dependencies group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.9.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 dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e443d83..a386ce6 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "tap-spec": "^5.0.0", "tape-run": "^11.0.0", "typedoc": "^0.28.20", - "typescript": "^5.9.3", + "typescript": "^7.0.2", "vite": "^8.1.5" }, "license": "SEE LICENSE IN LICENSE",