From 4cae6f2233d7113b0e84a54a7079d4999ff7c11e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Sep 2025 13:24:14 +0000 Subject: [PATCH] Bump typescript from 5.6.3 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 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/v5.6.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... 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 d6eb315de..8481b5341 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "temp": "^0.9.4", "ts-jest": "^29.4.1", "ts-node": "^10.9.2", - "typescript": "^5.6.3", + "typescript": "^5.9.2", "typescript-eslint": "^8.39.0" }, "scripts": { diff --git a/yarn.lock b/yarn.lock index 34366a672..0c9aadde3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6870,10 +6870,10 @@ typescript-eslint@^8.39.0: "@typescript-eslint/typescript-estree" "8.39.0" "@typescript-eslint/utils" "8.39.0" -typescript@^5.6.3: - version "5.6.3" - resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b" - integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw== +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== typewise-core@^1.2, typewise-core@^1.2.0: version "1.2.0"