diff --git a/package-lock.json b/package-lock.json index 1777ac50..fa85998d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "semver": "^7.7.4", "string-argv": "^0.3.2", "untildify": "^4.0.0", - "which": "^6.0.1" + "which": "^7.0.0" }, "devDependencies": { "@cordova/eslint-config": "^6.0.1", @@ -4379,9 +4379,9 @@ } }, "node_modules/which": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/which/-/which-6.0.1.tgz", - "integrity": "sha512-oGLe46MIrCRqX7ytPUf66EAYvdeMIZYn3WaocqqKZAxrBpkqHfL/qvTyJ/bTk5+AqHCjXmrv3CEWgy368zhRUg==", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-7.0.0.tgz", + "integrity": "sha512-RancgH2dmbLdHl6LRhEqvklWMgl/Hdnun0Y90KhBOLkMefg8Qa7/Zel8Sm+8HEcP6DEjzsWzpkuBQEZok58isA==", "license": "ISC", "dependencies": { "isexe": "^4.0.0" @@ -4390,7 +4390,7 @@ "node-which": "bin/which.js" }, "engines": { - "node": "^20.17.0 || >=22.9.0" + "node": "^22.22.2 || ^24.15.0 || >=26.0.0" } }, "node_modules/which-boxed-primitive": { diff --git a/package.json b/package.json index 1cbc859c..bb27b4ee 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "semver": "^7.7.4", "string-argv": "^0.3.2", "untildify": "^4.0.0", - "which": "^6.0.1" + "which": "^7.0.0" }, "devDependencies": { "@cordova/eslint-config": "^6.0.1",