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

Upgrade proxy agents #1307

Merged
merged 3 commits into from Oct 1, 2022
Merged

Commits on Aug 23, 2022

  1. Upgrade http-proxy-agent and https-proxy-agent

    - Upgraded http-proxy-agent to ^5.0.0
    - Upgraded https-proxy-agent to ^5.0.1
    - Removed replaced types: @types/http-proxy-agent
    - Removed replaced type declaration for https-proxy-agent
    - Removed use of new for agent initialization
    - Work around private property access in testsby using string index notation for agent['proxy']
    OscarBarrett committed Aug 23, 2022
    Copy the full SHA
    b37c807 View commit details
    Browse the repository at this point in the history
  2. Fixed syntax

    OscarBarrett committed Aug 23, 2022
    Copy the full SHA
    d015c09 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8dd9fd8 View commit details
    Browse the repository at this point in the history