You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofuuid
which introduces cryptographically unsound uuid generation.axios
includes all the features ofrequest
and is currently maintained with node LTS support, so I would suggest migrating to using that library since node-nativefetch
is still a few years away from major LTS availability.The text was updated successfully, but these errors were encountered: