From c42fa96a6a6704150b6a9e4d7f22ca3dc4b902fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 22:45:48 +0000 Subject: [PATCH] build(deps): bump typescript from 5.9.3 to 6.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:production 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 bbef95a8d..45ddadec3 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "astro": "6.1.1", "deepmerge-ts": "7.1.5", "dotenv": "17.3.1", - "typescript": "5.9.3", + "typescript": "6.0.2", "vite": "8.0.3", "vite-plugin-top-level-await": "1.6.0", "zod": "4.3.6"