From 75d24c2136a1f1a143fe0fdac8f4366cad131f78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 07:46:33 +0000 Subject: [PATCH] Bump typescript from 5.8.3 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.8.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] --- package-lock.json | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae5eaed..adbec8c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react": "19.2.6", "react-dom": "19.2.5", "sass": "1.99.0", - "typescript": "5.8.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.0", "vite": "8.0.13" } @@ -2839,7 +2839,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", "bin": { diff --git a/package.json b/package.json index 0dc65d9..2c2a589 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "react": "19.2.6", "react-dom": "19.2.5", "sass": "1.99.0", - "typescript": "5.8.3", + "typescript": "6.0.3", "typescript-eslint": "8.59.0", "vite": "8.0.13" },