From 1fca1e97d9d4c83a1c522e9764ebb5166e5a4d82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 16:02:06 +0000 Subject: [PATCH] Bump which from 2.0.2 to 3.0.0 Bumps [which](https://github.com/npm/node-which) from 2.0.2 to 3.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/v2.0.2...v3.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 82209b1..c67448d 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", - "which": "^2.0.2" + "which": "^3.0.0" }, "devDependencies": { "pre-commit": "git+https://git@github.com/fastify/pre-commit.git",