From 8b52a85126e10f9e2e84dbb7e0609defac52c435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 11:24:50 +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/tinycode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tinycode/package.json b/packages/tinycode/package.json index ab10e147b..7e79e3aac 100644 --- a/packages/tinycode/package.json +++ b/packages/tinycode/package.json @@ -165,7 +165,7 @@ "venice-ai-sdk-provider": "2.0.2", "vscode-jsonrpc": "8.2.1", "web-tree-sitter": "0.25.10", - "which": "6.0.1", + "which": "7.0.0", "ws": "8.21.0", "xdg-basedir": "5.1.0", "yargs": "18.0.0",