From 7845fe4f7e1586ca591e5d7782821640d6acf042 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 13:24:10 +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 c4b6cb3..35d38d6 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "eslint": "^10.3.0", "eslint-plugin-n": "^18.0.1", "mocha": "^11.1.0", - "typescript": "^6.0.3" + "typescript": "^7.0.2" }, "overrides": { "minimatch": "5.1.2",