diff --git a/package-lock.json b/package-lock.json index 461a9ce7..71c0a0cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "js-yaml": "^4.1.0", "semver": "^7.6.0", "vscode-languageclient": "^9.0.1", - "which": "^5.0.0" + "which": "^6.0.0" }, "devDependencies": { "@types/antlr4": "4.11.6", @@ -7880,9 +7880,9 @@ } }, "node_modules/which": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", - "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-6.0.0.tgz", + "integrity": "sha512-f+gEpIKMR9faW/JgAgPK1D7mekkFoqbmiwvNzuhsHetni20QSgzg9Vhn0g2JSJkkfehQnqdUAx7/e15qS1lPxg==", "license": "ISC", "dependencies": { "isexe": "^3.1.1" @@ -7891,7 +7891,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^18.17.0 || >=20.5.0" + "node": "^20.17.0 || >=22.9.0" } }, "node_modules/which-boxed-primitive": { diff --git a/package.json b/package.json index 5b21d3b5..7781b470 100644 --- a/package.json +++ b/package.json @@ -601,7 +601,7 @@ "js-yaml": "^4.1.0", "semver": "^7.6.0", "vscode-languageclient": "^9.0.1", - "which": "^5.0.0" + "which": "^6.0.0" }, "devDependencies": { "@types/antlr4": "4.11.6",