stianeikeland / node-etcd

:satellite: Etcd client for nodejs
BSD 3-Clause "New" or "Revised" License
259 stars 85 forks source link

Fix vulnerabilities and add support for node 9 & 10 #84

Closed pvomhoff closed 6 years ago

pvomhoff commented 6 years ago

The dependencies lodash, request and url-parse are having vulnerabilities in the used version. I updated them to the newest version.

There was a breaking change in the url-parse: It cant parse an url without protocol. I also fixed this one.

Since node 4 & 5 is now unmaintained i increased the minimum version to 6 and fixed the issues with node 9 & 10 @stianeikeland Is this fine with you?

szll commented 6 years ago

+1

chrisEff commented 6 years ago

+1

stianeikeland commented 6 years ago

Thanks!