我已经收到github的通知,我的一个包裹有一个安全警报,请看:https://github.com/ekkis/js-prototype-lib/network/alerts
但问题是,我的包没有依赖项。它依赖于测试套件中的mocha,但不依赖于令人不快的包存档。
那我该怎么解决这个问题?
发布于 2019-08-04 01:55:18
答案似乎是npm audit fix
npm audit fix
https://stackoverflow.com/questions/57343242
相似问题