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: Upgrade proxy agent #163

Merged
merged 3 commits into from
Oct 8, 2021

Commits on Sep 22, 2021

  1. Fix package-lock.json

    There was a merge conflict marker committed to the `package-lock.json`
    in  cc0de4b, which coincidentally
    upgraded the project to use `lockfileVersion` of `2`.
    mroderick committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    0b956cb View commit details
    Browse the repository at this point in the history
  2. Upgrade proxy-agent to latest

    In the transitive dependency [`pac-resolver` there is a known vulnerability][0].
    By upgrading `proxy-agent` to latest, we're also upgrading `pac-proxy-agent` and
    `pac-resolver`.
    
    From reading the changelogs of `proxy-agent`, `pac-proxy-agent` and
    `pac-resolver`, it is clear that TooTallNate has been careful not to introduce
    any breaking changes, other than dropping support for old node versions.
    
    * [`proxy-agent@5.0.0`][1]
    * [`pac-proxy-agent@5.0.0`][2]
    * [`pac-resolver@5.0.0`][3]
    
    By merging this, the minimum supported node version dictated by these
    dependencies will be 8.
    
    [0]: GHSA-9j49-mfvp-vmhm
    [1]: https://github.com/TooTallNate/node-proxy-agent/releases/tag/5.0.0
    [2]: https://github.com/TooTallNate/node-pac-proxy-agent/releases/tag/5.0.0
    [3]: https://github.com/TooTallNate/node-pac-resolver/releases/tag/5.0.0
    mroderick committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    8cc84a5 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Configuration menu
    Copy the full SHA
    407f9f4 View commit details
    Browse the repository at this point in the history