Closed voxpelli closed 1 month ago
New dependencies detected. Learn more about Socket for GitHub ↗︎
Package | New capabilities | Transitives | Size | Publisher |
---|---|---|---|---|
npm/which@3.0.1 | environment Transitive: filesystem | +1 |
18.4 kB | npm-cli-ops |
Sorry for the delay, thanks for fixing this.
Version
3.0.1
ofwhich
is the latest that supports Node 14. Version 4 requires Node 16 and version 5 requires Node 18. So I'm sticking with3.0.1
to avoid bumping the engines range in this PR.which
is built and maintained bynpm
: https://github.com/npm/node-whichAnd is tested across multiple environments: https://github.com/npm/node-which/blob/b8d11c791296a3baf44703352619621215189b0e/.github/workflows/ci.yml#L54-L65
Fixes #153