From 9d853573988c1e7223f5290cee5afda1f622b870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 20:16:04 +0000 Subject: [PATCH] chore(dashboard-dev): bump typescript from 5.3.3 to 6.0.3 in /dashboard Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.3.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.3.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] --- dashboard/package-lock.json | 8 ++++---- dashboard/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/package-lock.json b/dashboard/package-lock.json index 1658289..a18c545 100644 --- a/dashboard/package-lock.json +++ b/dashboard/package-lock.json @@ -28,7 +28,7 @@ "autoprefixer": "10.5.0", "postcss": "^8.5.15", "tailwindcss": "3.4.1", - "typescript": "5.3.3" + "typescript": "6.0.3" } }, "node_modules/@alloc/quick-lru": { @@ -3554,9 +3554,9 @@ } }, "node_modules/typescript": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz", - "integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==", + "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/dashboard/package.json b/dashboard/package.json index 246995f..3ff534b 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -29,6 +29,6 @@ "autoprefixer": "10.5.0", "postcss": "^8.5.15", "tailwindcss": "3.4.1", - "typescript": "5.3.3" + "typescript": "6.0.3" } }