From 6f3d7b6c6f048efe135238ab73a15e695bc7ca3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 2 Apr 2021 03:13:07 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NETMASK-1089716 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 358c1d86..78e9f0f6 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "humanize-ms": "^1.2.0", "iconv-lite": "^0.4.15", "ip": "^1.1.5", - "proxy-agent": "^3.1.0", + "proxy-agent": "^4.0.0", "pump": "^3.0.0", "qs": "^6.4.0", "statuses": "^1.3.1",