From 0beabf8adb225997d9ea543b85cc15b76fb7ae15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 23:05:30 +0000 Subject: [PATCH] chore(deps): bump @rushstack/heft from 0.74.5 to 1.2.2 Bumps [@rushstack/heft](https://github.com/microsoft/rushstack/tree/HEAD/apps/heft) from 0.74.5 to 1.2.2. - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/heft/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/heft_v1.2.2/apps/heft) --- updated-dependencies: - dependency-name: "@rushstack/heft" dependency-version: 1.2.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 45f89d7..e685b9d 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ }, "dependencies": { "@microsoft/api-extractor": "^7.52.8", - "@rushstack/heft": "^0.74.0", + "@rushstack/heft": "^1.2.2", "@vscode/vsce": "^3.4.1", "prettier": "^3.5.3", "prettier-plugin-pkg": "^0.21.1",