Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Dec 10, 2019
1 parent 0e98671 commit c846a68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -59,7 +59,6 @@ function HttpsProxyAgent(opts) {
}

this.proxy = proxy;
this.defaultPort = 443;
}
inherits(HttpsProxyAgent, Agent);

Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -23,12 +23,12 @@
"url": "https://github.com/TooTallNate/node-https-proxy-agent/issues"
},
"dependencies": {
"agent-base": "^4.3.0",
"debug": "^4.0.0"
"agent-base": "5",
"debug": "4"
},
"devDependencies": {
"mocha": "^6.2.0",
"proxy": "1.0.1"
"mocha": "6",
"proxy": "1"
},
"engines": {
"node": ">= 6.0.0"
Expand Down

0 comments on commit c846a68

Please sign in to comment.