From cb0f30c6c00c0acccf1397929de96f0e306fb705 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 2 Aug 2025 15:35:55 +0000 Subject: [PATCH] chore(dev-deps): bump typescript from 5.4.5 to 5.9.2 Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.4.5 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.4.5...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 | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 01028a0..fdca6c6 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "oclif": "^4.20.1", "sinon-chai": "^4.0.0", "ts-node": "^10.9.2", - "typescript": "^5.4.5" + "typescript": "^5.9.2" }, "engines": { "node": ">=18.0.0" diff --git a/yarn.lock b/yarn.lock index 532f9da..99ae6d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7794,7 +7794,12 @@ typedoc@^0.25.12: minimatch "^9.0.3" shiki "^0.14.7" -"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2: +"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3, 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== + +typescript@~5.4.2: version "5.4.5" resolved "https://registry.npmjs.org/typescript/-/typescript-5.4.5.tgz" integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==