From babca3319d8cd6c897c485c5cfe57dc077d15ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 23:05:22 +0000 Subject: [PATCH] chore(deps): bump @rushstack/heft from 0.74.5 to 1.2.6 Bumps [@rushstack/heft](https://github.com/microsoft/rushstack/tree/HEAD/apps/heft) from 0.74.5 to 1.2.6. - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/heft/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/heft_v1.2.6/apps/heft) --- updated-dependencies: - dependency-name: "@rushstack/heft" dependency-version: 1.2.6 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..ee76988 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.6", "@vscode/vsce": "^3.4.1", "prettier": "^3.5.3", "prettier-plugin-pkg": "^0.21.1",