From d994bccaef73a5de93856756a219cda3816da17c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 22:05:04 +0000 Subject: [PATCH] chore(deps): bump @rushstack/heft from 0.74.5 to 1.2.9 Bumps [@rushstack/heft](https://github.com/microsoft/rushstack/tree/HEAD/apps/heft) from 0.74.5 to 1.2.9. - [Changelog](https://github.com/microsoft/rushstack/blob/main/apps/heft/CHANGELOG.md) - [Commits](https://github.com/microsoft/rushstack/commits/@rushstack/heft_v1.2.9/apps/heft) --- updated-dependencies: - dependency-name: "@rushstack/heft" dependency-version: 1.2.9 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 898ab72..222b487 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.9", "@vscode/vsce": "^3.4.1", "prettier": "^3.5.3", "prettier-plugin-pkg": "^0.22.0",