From a9c04ff2307061573d6bd4651117afbd19952369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:07:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build(deps-dev):=20Bump=20typesc?= =?UTF-8?q?ript=20from=205.9.3=20to=206.0.2=20in=20/web?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.3 to 6.0.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.9.3...v6.0.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 6.0.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index 2782893..5103ccb 100644 --- a/web/package.json +++ b/web/package.json @@ -43,7 +43,7 @@ "prettier-plugin-tailwindcss": "^0.7.2", "sass": "^1.98.0", "tailwindcss": "^4.2.2", - "typescript": "~5.9.3", + "typescript": "~6.0.2", "typescript-eslint": "^8.57.1", "vite": "^8.0.1", "vite-plugin-svg-icons": "^2.0.1",