From 9984ce8efd2b7469570887d5f2ed274d201e45f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:03:45 +0000 Subject: [PATCH] chore: bump typescript from 5.6.3 to 5.9.3 in /src-vue Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 to 5.9.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/compare/v5.6.3...v5.9.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor ... 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 cdda637f7..8782bc9bf 100644 --- a/src-vue/package-lock.json +++ b/src-vue/package-lock.json @@ -23,7 +23,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^3.1.0", - "typescript": "^5.6.3", + "typescript": "^5.9.3", "vite": "^3.1.0", "vue-tsc": "^2.1.10" } @@ -1317,9 +1317,9 @@ } }, "node_modules/typescript": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", - "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", "devOptional": true, "license": "Apache-2.0", "bin": { diff --git a/src-vue/package.json b/src-vue/package.json index 7c43ed3b0..91f9ecd8f 100644 --- a/src-vue/package.json +++ b/src-vue/package.json @@ -24,7 +24,7 @@ }, "devDependencies": { "@vitejs/plugin-vue": "^3.1.0", - "typescript": "^5.6.3", + "typescript": "^5.9.3", "vite": "^3.1.0", "vue-tsc": "^2.1.10" }