Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.

Commit cffbb39

Browse files
committed
Update dependencies
Closes #17.
1 parent 787ede0 commit cffbb39

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
"homepage": "https://github.com/TooTallNate/node-proxy-agent",
2828
"dependencies": {
2929
"agent-base": "^4.2.0",
30-
"debug": "^2.6.8",
31-
"http-proxy-agent": "^1.0.0",
32-
"https-proxy-agent": "^1.0.0",
33-
"lru-cache": "^2.6.5",
34-
"pac-proxy-agent": "^2.0.0",
30+
"debug": "^3.1.0",
31+
"http-proxy-agent": "^2.1.0",
32+
"https-proxy-agent": "^2.2.1",
33+
"lru-cache": "^4.1.2",
34+
"pac-proxy-agent": "^2.0.1",
3535
"proxy-from-env": "^1.0.0",
36-
"socks-proxy-agent": "^3.0.0"
36+
"socks-proxy-agent": "^4.0.0"
3737
},
3838
"devDependencies": {
39-
"mocha": "^3.4.2",
40-
"proxy": "0.2.3",
39+
"mocha": "^5.0.5",
40+
"proxy": "0.2.4",
4141
"socksv5": "0.0.6",
4242
"stream-to-buffer": "0.1.0"
4343
}

0 commit comments

Comments
 (0)