Open themaric opened 4 years ago
Just FYI, once upgraded to v3.0.0 a deprecation warning from the description disappeared, but now getting the following:
warning plywood-druid-requester > @implydata/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 plywood-druid-requester > @implydata/request > har-validator@5.1.5: this library is no longer supported
Hi guys,
According to https://github.com/request/request/issues/3142 the package has been deprecated.
We might want to see what to do with it otherwise there will be many warnings during
yarn upgrade
:The worst thing that could happen is that
request
stops working in the future due to stale code base.Thanks!