gotwarlost / istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.
Other
8.7k stars 786 forks source link

Update dependencies per the nsp check #678

Closed gitbaron closed 8 years ago

gitbaron commented 8 years ago

updating fileset to latest version removes this vulnerability.

$ nsp check -o=summary                                                     
(+) 1 vulnerabilities found                                                                                     
 Name        Installed   Patched   Path                                                More Info                

 minimatch   2.0.10      >=3.0.2   istanbul@0.4.4 > fileset@0.2.1 > minimatch@2.0.10   https://nodesecurity.io/a
dvisories/118  
maxkoryukov commented 8 years ago

Looks, like there is an overall solution: #673