From c5cbd8cc2f35f9b8187116f825af15005767d8fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 17:19:20 +0000 Subject: [PATCH] chore(deps)(deps-dev): bump typescript from 5.9.3 to 7.0.2 in /dashboard 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/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] --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 5112278..9b29b69 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -26,7 +26,7 @@ "jsdom": "^25.0.1", "postcss": "^8.4.49", "tailwindcss": "^3.4.17", - "typescript": "^5.8.3", + "typescript": "^7.0.2", "vitest": "^3.2.3" } }