paynl / nodejs-sdk

Pay.nl nodejs sdk
6 stars 7 forks source link

Dependencies update #23

Open alex-deity opened 2 years ago

alex-deity commented 2 years ago

During package installation - we get the following warnings:

warning paynl-sdk > request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
warning paynl-sdk > request > har-validator@5.1.5: this library is no longer supported
warning paynl-sdk > 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.

request package is no longer maintained (as some of its dependencies as well). Besides, rxjs may have some conflicts with the installed version in our project (which is 7.5.x in our project, while this package uses 5.5.x).

Would it be possible to update the package dependencies and release a newer version?