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?
During package installation - we get the following warnings:
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 is7.5.x
in our project, while this package uses5.5.x
).Would it be possible to update the package dependencies and release a newer version?