From 1bce764105d0710a9701543540455c164b8be936 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:28:19 +0000 Subject: [PATCH] build(deps): bump which from 3.0.1 to 4.0.0 Bumps [which](https://github.com/npm/node-which) from 3.0.1 to 4.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/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: which 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 c67448d..1a5eea6 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", - "which": "^3.0.0" + "which": "^4.0.0" }, "devDependencies": { "pre-commit": "git+https://git@github.com/fastify/pre-commit.git",