zelloptt / zello-channel-api

WebSocket-based API and SDKs to connect to Zello channels (BETA)
MIT License
88 stars 35 forks source link

Upgrade dependencies versions #187

Closed ihorserba closed 2 years ago

ihorserba commented 2 years ago

Fixed a lot of dependency warnings.

Tested outgoing and incoming messaging; dispatch call functionality. The rest features to be tested.

There's still a message:

2 critical severity vulnerabilities

will fix it separately.

ihorserba commented 2 years ago

The mentioned warning message is due to ejs-compiled-loader issue: https://github.com/bazilio91/ejs-compiled-loader/issues/60

It seems the package is maintained, so hopefully they'll release a fix soon.

ihorserba commented 2 years ago

@vocoded

Do the subprojects still build cleanly?

the subprojects under src/vendor are built independently. However, I found that opus-recorder is built with a bunch of warnings. I'm close to fix the warnings by dependencies versions update. I'll commit it to the current opus-recorder PR