Skip to content

Commit d50afda

Browse files
authored
Update proxy-agent to v4 to resolve vulnerability (#355)
closes #356 #357
1 parent 95171eb commit d50afda

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ node_modules/
44
coverage/
55
test/.tmp*
66
examples/request_over_proxy_tmp.js
7+
package-lock.json

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"humanize-ms": "^1.2.0",
4343
"iconv-lite": "^0.4.15",
4444
"ip": "^1.1.5",
45-
"proxy-agent": "^3.1.0",
45+
"proxy-agent": "^4.0.1",
4646
"pump": "^3.0.0",
4747
"qs": "^6.4.0",
4848
"statuses": "^1.3.1",

0 commit comments

Comments
 (0)