From c8d29d6bd1099a23f81c6708a5e764750f43e4f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 13:31:21 +0000 Subject: [PATCH] build(deps): bump which from 4.0.0 to 6.0.1 Bumps [which](https://github.com/npm/node-which) from 4.0.0 to 6.0.1. - [Release notes](https://github.com/npm/node-which/releases) - [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md) - [Commits](https://github.com/npm/node-which/compare/v4.0.0...v6.0.1) --- updated-dependencies: - dependency-name: which dependency-version: 6.0.1 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 df301b90..4d24bb5c 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "term-size": "^2.2.1", "unzipper": "^0.10.11", "upath": "^2", - "which": "^4.0.0", + "which": "^6.0.1", "yeoman-environment": "^3.2.0" }, "devDependencies": {