From 80638f0cd7a6643cedb8860b154be8a0593287a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Aug 2025 03:01:50 +0000 Subject: [PATCH] COMP: Bump typescript from 3.9.10 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 3.9.10 to 5.9.2. - [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/v3.9.10...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fd80f65..3221998 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "git-describe": "^4.1.1", "sass": "~1.32.13", "sass-loader": "^8.0.2", - "typescript": "~3.9.10", + "typescript": "~5.9.2", "vue-cli-plugin-vuetify": "~2.4.8", "vue-template-compiler": "~2.6.14", "vuetify-loader": "^1.9.2" diff --git a/yarn.lock b/yarn.lock index 9804499..d698088 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1529,7 +1529,7 @@ optionalDependencies: prettier "^1.18.2 || ^2.0.0" -"@vue/composition-api@1.3.3", "@vue/composition-api@^1.1.0": +"@vue/composition-api@1.3.3", "@vue/composition-api@^1.1.0", "@vue/composition-api@~1.3.3": version "1.3.3" resolved "https://registry.yarnpkg.com/@vue/composition-api/-/composition-api-1.3.3.tgz#a782f2d40e41d4cbb6b4550692c7e01d2182d457" integrity sha512-mjhfLjpCBecARYVJX65F0TYerlJQWtEgKjom4Btuu0x7k701EcvL66zyWQryf64HuIj9YR4h6aNRhM0AP/E3eQ== @@ -9144,10 +9144,10 @@ typedarray@^0.0.6: resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777" integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA== -typescript@~3.9.10: - version "3.9.10" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.10.tgz#70f3910ac7a51ed6bef79da7800690b19bf778b8" - integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q== +typescript@~5.9.2: + version "5.9.2" + resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6" + integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A== uglify-js@3.4.x: version "3.4.10"