From 51473aac539b92f6f6288dc92aecfe9aa556cd4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:23:20 +0000 Subject: [PATCH] chore(deps-dev): bump typescript from 5.7.2 to 6.0.3 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.7.2...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 47d0964..dc7a609 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "postcss": "8.4.49", "sharp": "^0.35.1", "tailwindcss": "3.4.16", - "typescript": "5.7.2", + "typescript": "6.0.3", "vitest": "2.1.8" } }, @@ -7833,9 +7833,9 @@ } }, "node_modules/typescript": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.7.2.tgz", - "integrity": "sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==", + "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 6cc8346..645a467 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "postcss": "8.4.49", "sharp": "^0.35.1", "tailwindcss": "3.4.16", - "typescript": "5.7.2", + "typescript": "6.0.3", "vitest": "2.1.8" } }