Closed pvomhoff closed 6 years ago
The dependencies lodash, request and url-parse are having vulnerabilities in the used version. I updated them to the newest version.
lodash
request
url-parse
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?
+1
Thanks!
The dependencies
lodash
,request
andurl-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?