From e415175bc41483000975dbda2b6239fd9258ec9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 22:42:57 +0000 Subject: [PATCH] Bump typescript from 6.0.3 to 7.0.2 in the typescript group Bumps the typescript group with 1 update: [typescript](https://github.com/microsoft/TypeScript). Updates `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 dependency-group: typescript ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0176a34..10299ce 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "p-temporary-directory": "^2.0.1", "standard": "^17.0.0", "tap": "^21.1.1", - "typescript": "~6.0.3" + "typescript": "~7.0.2" }, "peerDependencies": { "@types/node": "*"