Netflix / vector

Vector is an on-host performance monitoring framework which exposes hand picked high resolution metrics to every engineer’s browser.
http://getvector.io/
Apache License 2.0
3.58k stars 253 forks source link

upgrade package dependencies #214

Closed andreasgerstmayr closed 5 years ago

andreasgerstmayr commented 5 years ago

npm audit showed 10 packages with vulnerabilities of severity high After upgrading a few packages only 2 vulnerabilities are left with severity high, both are dependencies of the testing library jest (which can't be upgraded because the next version doesn't support babel 6 anymore)

jasonk000 commented 5 years ago

Thanks!