From a7880c0db2a409ec4623fd0ebc71f74a20245dd3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Burak=20Yi=C4=9Fit=20Kaya?= Date: Wed, 5 Jun 2019 23:35:13 +0300 Subject: [PATCH] Update `agent-base` to v4.3 Updates `agent-base` to get important fixes. See https://github.com/TooTallNate/node-agent-base/pull/25 and https://github.com/TooTallNate/node-agent-base/pull/27 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dae109f6..fe629590 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "url": "https://github.com/TooTallNate/node-https-proxy-agent/issues" }, "dependencies": { - "agent-base": "^4.2.0", + "agent-base": "^4.3.0", "debug": "^3.1.0" }, "devDependencies": {