The request lib was relying on a module called node-uuid. For some reason the author decided it was necessary to deprecate this module and continue with a module called uuid. Using node-uuid now spits warnings to users.
request fixed this in version 2.79.x, however because you chose to lock minor versions the many thousands of users that download this package each month have been getting warnings at build / install time.
Please bump the minor version or unlock the minor version. Thank you!
The current request dependency also uses a version of tough-cookie that has known ReDoS vulnerabilities. Please update to the latest request version or unlock the minor version to fix this.
The
request
lib was relying on a module callednode-uuid
. For some reason the author decided it was necessary to deprecate this module and continue with a module calleduuid
. Usingnode-uuid
now spits warnings to users.request
fixed this in version 2.79.x, however because you chose to lock minor versions the many thousands of users that download this package each month have been getting warnings at build / install time.Please bump the minor version or unlock the minor version. Thank you!