npm 审计中等严重性漏洞

时间:2021-05-21 15:28:57

标签: node.js npm

刚刚安装了 reactnpx create-react-app myreact,我得到了

79 vulnerabilities require manual review. See the full report for details.

尝试过

npm audit fix
npm audit fix --package-lock-only
npm audit fix --only=prod
npm audit fix --force
npm audit fix --dry-run --json

但仍然有错误

完整的 npm 审核日志:https://pastebin.com/YYfa9CK5

package.json : https://pastebin.com/X7USaQV6

我怎样才能摆脱错误并拥有一个安全的系统?

谢谢。

0 个答案:

没有答案