This library depends on request at version ^2.88.2. However, request is itself has been deprecated for the past 3 years and depends on an ancient version of uuid which introduces cryptographically unsound uuid generation.
axios includes all the features of request and is currently maintained with node LTS support, so I would suggest migrating to using that library since node-native fetch is still a few years away from major LTS availability.