You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am upgrading to latest version of pubnub sdk (8.10.0), but the npm audit still runs into issues for ip package vulnerabilities. The ip package is a dependency of proxy-agent and socks-proxy-agent.
Could you please update those libraries into "proxy-agent": "^6.5.0", "socks-proxy-agent": "^8.0.5" and release a patch?
npm-overrides works as long as you have control of the package.json file but if your code is a library which is used by another top level module overrides do not work.