Skip to content

Commit

Permalink
Bump proxy-agent (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
rzhao271 authored May 23, 2023
1 parent 5569d7f commit 7de4011
Show file tree
Hide file tree
Showing 3 changed files with 84 additions and 180 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"jsonc-parser": "^3.2.0",
"ncp": "^2.0.0",
"node-pty": "^0.10.1",
"proxy-agent": "^5.0.0",
"proxy-agent": "^6.2.0",
"pull-stream": "^3.7.0",
"recursive-readdir": "^2.2.3",
"semver": "^7.3.8",
Expand Down
2 changes: 1 addition & 1 deletion src/spec-utils/httpRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import type { RequestOptions } from 'https';
import { https, http } from 'follow-redirects';
import ProxyAgent from 'proxy-agent';
import { ProxyAgent } from 'proxy-agent';
import * as url from 'url';
import { Log, LogLevel } from './log';

Expand Down
Loading

0 comments on commit 7de4011

Please sign in to comment.