microsoft / code-push

A cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices.
https://microsoft.github.io/code-push/
Other
4.34k stars 484 forks source link

Fix vm2 vulnerability: remove superagent-proxy dependency #830

Closed DmitriyKirakosyan closed 10 months ago

DmitriyKirakosyan commented 11 months ago

This PR remove the superagent-proxy package, as it's not maintained anymore and depends on the vulnerable vm2 package. agent-proxy is used directly with superagent's Request object now.

AB#101666