From dd79698549df335d4ea71622ecb0f43000b9f3c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 08:29:09 +0000 Subject: [PATCH] build(deps-dev): 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 | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 5cc8aa8c..a8e0d807 100644 --- a/package-lock.json +++ b/package-lock.json @@ -32,7 +32,7 @@ "semantic-release": "^25.0.1", "tailwindcss": "^4.0.9", "ts-jest": "^29.0.3", - "typescript": "5.8.3", + "typescript": "6.0.3", "typescript-eslint": "^8.25.0" }, "peerDependencies": { @@ -14424,9 +14424,9 @@ } }, "node_modules/typescript": { - "version": "5.8.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.3.tgz", - "integrity": "sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==", + "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 47a7f0f4..30108c58 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "semantic-release": "^25.0.1", "tailwindcss": "^4.0.9", "ts-jest": "^29.0.3", - "typescript": "5.8.3", + "typescript": "6.0.3", "typescript-eslint": "^8.25.0" } }