coinbase / coinbase-commerce-node

Coinbase Commerce Node
MIT License
148 stars 54 forks source link

Replace/upgrade deprecated dependencies #50

Open lpellegr opened 3 years ago

lpellegr commented 3 years ago

Using the latest version of coinbase-commerce-node, we are getting several warnings due to the usage of deprecated dependencies:

warning coinbase-commerce-node > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 warning coinbase-commerce-node > request > uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. warning coinbase-commerce-node > request > har-validator@5.1.5: this library is no longer supported

Is there any plan to fix that?