diff --git a/package-lock.json b/package-lock.json index 78c57e4..928ad56 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22,7 +22,7 @@ "tar": "^7.4.3", "unzipper": "^0.12.3", "url-join": "^4.0.1", - "which": "^5.0.0" + "which": "^4.0.0" }, "bin": { "cmake-ts": "build/main.js" @@ -10642,9 +10642,9 @@ } }, "node_modules/which": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", - "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", + "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", "license": "ISC", "dependencies": { "isexe": "^3.1.1" @@ -10653,7 +10653,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^16.13.0 || >=18.0.0" } }, "node_modules/which-boxed-primitive": { diff --git a/package.json b/package.json index ed4cbe4..6135bb4 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,6 @@ "tar": "^7.4.3", "unzipper": "^0.12.3", "url-join": "^4.0.1", - "which": "^5.0.0" + "which": "^4.0.0" } }