From 3514682c2f32621b8a26b6b46ba72523061236d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:43:49 +0000 Subject: [PATCH] build(deps): bump typescript from 6.0.2 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5e4fd0e9f..a1b20f297 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "astro": "6.1.7", "deepmerge-ts": "7.1.5", "dotenv": "17.4.2", - "typescript": "6.0.2", + "typescript": "6.0.3", "vite": "8.0.8", "vite-plugin-top-level-await": "1.6.0", "zod": "4.3.6"