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

chore(deps): update dependency node-fetch to v2.6.1 #4995

Merged
merged 2 commits into from
Apr 30, 2021

Commits on Apr 30, 2021

  1. Configuration menu
    Copy the full SHA
    de8304c View commit details
    Browse the repository at this point in the history
  2. tests: Use toString() method to test Buffer contents

    As of `node-fetch@2.4.0`, its internal representation of `body` is now
    normalized to a `Buffer` during `Request` construction, and will always be
    returned as a `Buffer`, rather than having the `body` being either a String
    _or_ a Buffer.  This defeated the way we were testing the `body` but
    shouldn't affect the actual `Response`'s `body`.
    
    Ref: node-fetch/node-fetch@7d3293200a91a
    abernix committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    df27762 View commit details
    Browse the repository at this point in the history