cost-of-modules
cost-of-modules copied to clipboard
Fix npm audit warning
Hi,
The npm audit
command returns the warning:
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ Low │ Prototype Pollution │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ lodash │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=4.17.5 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ cost-of-modules [dev] │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ cost-of-modules > cli-table2 > lodash │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://nodesecurity.io/advisories/577 │
└───────────────┴──────────────────────────────────────────────────────────────┘
Migrate to cli-table3 (merging PR https://github.com/siddharthkp/cost-of-modules/pull/52 ?) should do the trick.