From 0683e41c2e6a7eada1df7f83065b043ca814388f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 02:11:36 +0000 Subject: [PATCH] chore(deps): bump typescript from 5.9.3 to 6.0.3 in /client Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.3 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 31c726e..9bb2ff6 100644 --- a/client/package.json +++ b/client/package.json @@ -40,7 +40,7 @@ "eslint-plugin-security": "^4.0.1", "shadcn": "^4.12.0", "tailwindcss": "^4", - "typescript": "^5", + "typescript": "^6", "vite": "^8.1.2", "vite-plugin-pwa": "^1.3.0" }