From 0cbb27589204a62b5a2ba62eff6743a7bba68735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jul 2026 13:05:08 +0000 Subject: [PATCH] chore(deps): 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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- builder/package.json | 2 +- libs/package.json | 2 +- userscript/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builder/package.json b/builder/package.json index f7344bb..218124e 100644 --- a/builder/package.json +++ b/builder/package.json @@ -39,7 +39,7 @@ "eslint": "^10.3.0", "piscina": "^5.1.4", "tsx": "^4.21.0", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.59.2", "zod": "^4.4.3" } diff --git a/libs/package.json b/libs/package.json index 20ddfbe..a16e12c 100644 --- a/libs/package.json +++ b/libs/package.json @@ -49,7 +49,7 @@ "ava": "^8.0.0", "eslint": "^10.3.0", "tsx": "^4.21.0", - "typescript": "^6.0.3", + "typescript": "^7.0.2", "typescript-eslint": "^8.59.2" }, "ava": { diff --git a/userscript/package.json b/userscript/package.json index cbd2b2e..8dcf4d7 100644 --- a/userscript/package.json +++ b/userscript/package.json @@ -13,7 +13,7 @@ "typescript-eslint": "^8.59.2" }, "dependencies": { - "typescript": "^6.0.3", + "typescript": "^7.0.2", "@filteringdev/tinyshield-lib": "workspace:*" } }