Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix request dependency to ~2.81.0 to avoid later version which breaks… #62

Merged
merged 1 commit into from Feb 23, 2018

Conversation

glynnbird
Copy link
Contributor

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

  • Code is written and works correctly;

@glynnbird glynnbird changed the title fix request dependenct to ~2.81.0 to avoid later version which breaks… fix request dependency to ~2.81.0 to avoid later version which breaks… Sep 25, 2017
@glynnbird
Copy link
Contributor Author

glynnbird commented Sep 25, 2017

For reference: request/request#2772 and request/request#2774

@janl janl merged commit 697aeec into master Feb 23, 2018
@janl janl deleted the requestver branch July 24, 2018 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants