From c846a6849e058b7477b09922d1d044537985533a Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Tue, 10 Dec 2019 13:13:04 -0800 Subject: [PATCH] Update dependencies --- index.js | 1 - package.json | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/index.js b/index.js index 817a0a92..96408189 100644 --- a/index.js +++ b/index.js @@ -59,7 +59,6 @@ function HttpsProxyAgent(opts) { } this.proxy = proxy; - this.defaultPort = 443; } inherits(HttpsProxyAgent, Agent); diff --git a/package.json b/package.json index 20a2621e..f1f815be 100644 --- a/package.json +++ b/package.json @@ -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"