shama / gaze

:crystal_ball: A globbing fs.watch wrapper built from the best parts of other fine watch libs.
MIT License
1.15k stars 168 forks source link

Update node-globule to fix security audit issues #252

Closed acconrad closed 6 years ago

acconrad commented 6 years ago

Node-globule is out of date and contains security fixes to dependencies that can be found via npm audit

shama commented 6 years ago

It's tagged "globule": "^1.0.0". The ^ means it will install the latest minor version. So it will install 1.2.1. Check your package-lock.json and npm install again.