diff --git a/package-lock.json b/package-lock.json index 09ac5087..079de313 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "0.10.2", "license": "GPL-3.0", "dependencies": { - "which": "^4.0.0", + "which": "^5.0.0", "yargs": "^17.0.0" }, "bin": { @@ -1443,9 +1443,9 @@ } }, "node_modules/which": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", - "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", "dependencies": { "isexe": "^3.1.1" }, @@ -1453,7 +1453,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^16.13.0 || >=18.0.0" + "node": "^18.17.0 || >=20.5.0" } }, "node_modules/wrap-ansi": { diff --git a/package.json b/package.json index a0ee84b5..84676923 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "author": "Jen-Chieh Shen", "license": "GPL-3.0", "dependencies": { - "which": "^4.0.0", + "which": "^5.0.0", "yargs": "^17.0.0" }, "devDependencies": {