TooTallNate / node-pac-proxy-agent

A PAC file proxy `http.Agent` implementation for HTTP and HTTPS
59 stars 57 forks source link

Update http-proxy-agent and https-proxy-agent deps #16

Closed ChALkeR closed 6 years ago

ChALkeR commented 6 years ago

Those are outdated atm and use old Buffer API, which is going to start printing runtime warnings on Node.js 10.0.

Tracking: nodejs/node#19079

shibukawa commented 6 years ago

And security issues exist:

ChALkeR commented 6 years ago

@shibukawa That was the primary reason for opening this issue here.

ChALkeR commented 6 years ago

@TooTallNate Thanks!

shibukawa commented 6 years ago

@TooTallNate Thank you for your quick response!