bjerkio / nestjs-slack

Lightweight library to use Slack in NestJS applications.
Apache License 2.0
51 stars 18 forks source link

Replace axios with fetch #308

Open simenandre opened 1 year ago

simenandre commented 1 year ago

IMHO, it makes sense to replace axios with fetch.

simenandre commented 1 year ago

IMHO, it makes sense to replace fetch with undici 😅

osamaadam commented 3 months ago

Axios dependency is reporting security issues when downloading the package, but I don't see Axios being used anywhere in the package itself. Forgot to delete the dependency?