Closed paulh-adion closed 3 years ago
Unless socket.io fixes this in the 2.x version this can only be solved by upgrading to the Feathers 5 prerelease which is documented here.
npm audit now suggests running the following command to resolve the vulnerability:
npm update engine.io-client --depth 4
Steps to reproduce
npm install @feathersjs/socketio
npm audit
Expected behavior
npm audit
finds 0 security vulnerabilitiesActual behavior
npm audit finds a security issue:
Module versions (especially the part that's not working): npm 6.14.9 @feathersjs/socketio 4.5.11