protobuf.js version: 7.2.6
protobufjs-cli version: 1.1.2
The CLI pulls in "glob": "^8.0.0",. glob less than 9 has inflight as a dependency. inflight has a known vulnerability, https://security.snyk.io/package/npm/inflight, and as it appears to be abandonware will likely never be fixed. It is also not going to be fixed in the 8.x branch of glob, isaacs/node-glob#573.
It appears the the use of glob in the cli is compatible with 9 or 10, I'm not entirely sure how to evaluate that myself.
protobuf.js version: 7.2.6
protobufjs-cli version: 1.1.2
The CLI pulls in
"glob": "^8.0.0",. glob less than 9 hasinflightas a dependency.inflighthas a known vulnerability, https://security.snyk.io/package/npm/inflight, and as it appears to be abandonware will likely never be fixed. It is also not going to be fixed in the8.xbranch of glob, isaacs/node-glob#573.It appears the the use of glob in the cli is compatible with 9 or 10, I'm not entirely sure how to evaluate that myself.