chore(deps): bump which from 6.0.1 to 7.0.0

Bumps [which](https://github.com/npm/node-which) from 6.0.1 to 7.0.0.
- [Release notes](https://github.com/npm/node-which/releases)
- [Changelog](https://github.com/npm/node-which/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-which/compare/v6.0.1...v7.0.0)

---
updated-dependencies:
- dependency-name: which
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-05-27 04:38:28 +00:00
committed by GitHub
parent 74fbbdce32
commit 11afacabda
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -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": {
+1 -1
View File
@@ -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",