From 0b7240bf74c2bbaaa3cd0d5176b439b1754eaaa1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 14:50:50 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 7.0.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 7.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v7.0.2) --- 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] --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index b8e73df..789955d 100644 --- a/src/package.json +++ b/src/package.json @@ -47,7 +47,7 @@ "starlight-llms-txt": "0.12.0", "starlight-sidebar-topics": "0.9.0", "tailwindcss": "4.3.3", - "typescript": "5.9.3", + "typescript": "7.0.2", "yaml": "2.9.1", "zod": "4.6.5" },