Open ak-seek opened 11 months ago
inflight package that pm2 depends on (pm2@5.3.0 › yamljs@0.3.0 › glob@7.2.0 › inflight@1.0.6) seems to have a memory leak issue according to Snyk: https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116
inflight
pm2
pm2@5.3.0
yamljs@0.3.0
glob@7.2.0
inflight@1.0.6
glob have removed this dependency v9 onwards: https://github.com/isaacs/node-glob/issues/435
glob
yamljs has essentially be discontinued (last published version was over 6 years ago). Is there anyway we can get pm2 to move away from this package or resolve to a higher glob version?
yamljs
Hi, @Unitech could you also review this issue please.
This PR should fix it
What's going wrong?
inflight
package thatpm2
depends on (pm2@5.3.0
›yamljs@0.3.0
›glob@7.2.0
›inflight@1.0.6
) seems to have a memory leak issue according to Snyk: https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116glob
have removed this dependency v9 onwards: https://github.com/isaacs/node-glob/issues/435yamljs
has essentially be discontinued (last published version was over 6 years ago). Is there anyway we can getpm2
to move away from this package or resolve to a higherglob
version?