glynnbird opened a new pull request #62: fix request dependenct to ~2.81.0 to avoid later version which breaks? URL: https://github.com/apache/couchdb-nano/pull/62 ## Overview Currently we depend on request version `^2.76.0`. As of recent request releases, this is pulling in a faulty version of 'hawk' (https://github.com/request/request/blob/6f1b51ed43309128487739f20f9df0699a043124/package.json#L38). The quickest fix for this library is to lock the request dependency to `~2.81.0` which prevent the faulty version of hawk being pulled in for Nano users and nodejs-cloudant users upstream. ## Testing recommendations No code changes. Just dependency numbers. ## Checklist - [x] Code is written and works correctly; ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
With regards, Apache Git Services
