From e39e632fcf656ea3a4c799fb42f0abde7a04969e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 01:06:50 +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] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 88f87bd..ee75f67 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "hono": "^4.12.0", "prettier": "^3.8.0", "tsdown": "^0.22.2", - "typescript": "^6.0.0", + "typescript": "^7.0.2", "vitest": "^4.1.0" }, "overrides": {