From a4c2c21c74c9c0c9d73a9ea857ad8cedc47879cc Mon Sep 17 00:00:00 2001 From: reggi Date: Tue, 1 Oct 2024 18:54:22 -0400 Subject: [PATCH] deps: bump which@5.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ed0798c..afacdc8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "promise-inflight": "^1.0.1", "promise-retry": "^2.0.1", "semver": "^7.3.5", - "which": "^4.0.0" + "which": "^5.0.0" }, "engines": { "node": "^18.17.0 || >=20.5.0"