From b92d599fcdfcf5c75af4af3dca3cb11466f13498 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2026 07:22:09 +0000 Subject: [PATCH] build(deps-dev): bump typescript from 5.9.3 to 7.0.2 in /frontend 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] --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 83f94f1..eb11a30 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -30,7 +30,7 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.19", "globals": "^16.0.0", - "typescript": "^5.5.0", + "typescript": "^7.0.2", "vite": "^6.3.5" } } \ No newline at end of file