From 659bbc161d67235e225af135ae424e87790dad3c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 02:56:09 +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 a5bfc03..9a3fc65 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "mz-modules": "^2.1.0", "node-homedir": "^1.1.1", "npm-updater": "^3.0.3", - "proxy-agent": "^2.3.1", + "proxy-agent": "^4.0.0", "urllib": "^2.33.0", "yargs": "^11.1.0" },