mixpanel / mixpanel-node

A node.js API for mixpanel
http://www.mixpanel.com
MIT License
477 stars 159 forks source link

Update https-proxy-agent to v5.0.0 #171

Closed veerabio closed 4 years ago

veerabio commented 4 years ago

Fixes https://github.com/mixpanel/mixpanel-node/issues/147

As a workaround we are using package.json resolutions

  "resolutions": {
    "https-proxy-agent": "5.0.0"
  }

to force using v5.0.0 and everything is working.

shash7 commented 4 years ago

Please push this update forward. This https-proxy-agent update fixes a severe issue with monkey patching https which breaks other dependencies

tdumitrescu commented 4 years ago

Released in v0.12.0, thanks!