From 25c15ccbc6aed8a3de037e125667ab60c12438e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:07:32 +0000 Subject: [PATCH] chore: bump typescript from 5.6.3 to 6.0.3 in /src-vue Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 6.0.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.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] --- src-vue/package-lock.json | 8 ++++---- src-vue/package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src-vue/package-lock.json b/src-vue/package-lock.json index cea49b812..b78c756bb 100644 --- a/src-vue/package-lock.json +++ b/src-vue/package-lock.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.5", - "typescript": "^5.6.3", + "typescript": "^6.0.3", "vite": "^8.0.7", "vue-tsc": "^2.1.10" } @@ -1489,9 +1489,9 @@ "optional": true }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-6.0.3.tgz", + "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/src-vue/package.json b/src-vue/package.json index 258e7126c..6cac8605d 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -25,7 +25,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^6.0.5", - "typescript": "^5.6.3", + "typescript": "^6.0.3", "vite": "^8.0.7", "vue-tsc": "^2.1.10" }