From b2d2b1a80f3f505490c9396d19117179a1a66ba5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 20:45:12 +0000 Subject: [PATCH] Bump typescript from 4.1.6 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.1.6 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/v4.1.6...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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 4debbdd..1fc5920 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "eslint-plugin-vue": "^10.3.0", "prettier": "^2.2.1", "sass-loader": "^12.1.0", - "typescript": "~4.1.5" + "typescript": "~5.9.2" } } diff --git a/yarn.lock b/yarn.lock index 4758254..712fb72 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10859,10 +10859,10 @@ typescript-eslint@^8.35.1: "@typescript-eslint/parser" "8.35.1" "@typescript-eslint/utils" "8.35.1" -typescript@~4.1.5: - version "4.1.6" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.6.tgz#1becd85d77567c3c741172339e93ce2e69932138" - integrity sha512-pxnwLxeb/Z5SP80JDRzVjh58KsM6jZHRAOtTpS7sXLS4ogXNKC9ANxHHZqLLeVHZN35jCtI4JdmLLbLiC1kBow== +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"