MadKudu / node-hubspot

Node wrapper for the HubSpot API
MIT License
192 stars 157 forks source link

Upgrade dependencies in order to fix audit issues #314

Closed GhassenRjab closed 2 years ago

GhassenRjab commented 2 years ago

Why:

This change addresses the need by:

We can't update to node-fetch@3 as it is an ESM only library. We use this library with CommonJS syntax. So I updated to 2.6.7 which is a patched version.

Also, I updated some dev dependencies which had audit issues too.