improbable-eng / js-browser-headers

Compatibility Layer for the Headers class
Apache License 2.0
12 stars 9 forks source link

Remove https-proxy-agent transitive dependency #20

Open jonny-improbable opened 5 years ago

jonny-improbable commented 5 years ago
browser-headers@0.4.1 /Users/jonny/Projects/js-browser-headers
└─┬ karma-browserstack-launcher@1.3.0
  ├─┬ browserstack@1.5.0
  │ └── https-proxy-agent@1.0.0 
jonny-improbable commented 5 years ago

We are waiting on https://github.com/karma-runner/karma-browserstack-launcher/issues/135 to drive the update down the dependency tree.

jonny-improbable commented 5 years ago

Note that https-proxy-agent has been upgraded on master by including https-proxy-agent as a direct devDepdendency. I'll keep this ticket open until karma-browserstack-launcher publishes an updated version that updates https-proxy-agent as a transitive dependency of this project.