From 21bf98691f5e654070559030dfe960324e69cbdc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 16:49:10 +0000 Subject: [PATCH] chore(deps): bump which from 6.0.1 to 7.0.0 Bumps [which](https://github.com/npm/node-which) from 6.0.1 to 7.0.0. - [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/v6.0.1...v7.0.0) --- updated-dependencies: - dependency-name: which dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/opencode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/opencode/package.json b/packages/opencode/package.json index dcea8779d..db720bc5d 100644 --- a/packages/opencode/package.json +++ b/packages/opencode/package.json @@ -141,7 +141,7 @@ "ulid": "catalog:", "vscode-jsonrpc": "8.2.1", "web-tree-sitter": "0.25.10", - "which": "6.0.1", + "which": "7.0.0", "xdg-basedir": "5.1.0", "yaml": "2.8.3", "yargs": "18.0.0",