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.
Thanks
CK