Closed premghinde closed 6 years ago
Running npm audit in my project gives the following output:
npm audit
│ high │ Regular Expression Denial of Service │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Package │ fresh │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Dependency of │ dyson [dev] │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ Path │ dyson > serve-favicon > fresh │ ├───────────────┼──────────────────────────────────────────────────────────────┤ │ More info │ https://nodesecurity.io/advisories/526 │ └───────────────┴──────────────────────────────────────────────────────────────┘```
Thanks, @premghinde. Updated dependencies in v2.0.1
Running
npm audit
in my project gives the following output: