From 77166aa392f57e222e8c1f2bd7e222d9945bd35c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Oct 2018 09:21:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a3276b..8c2a4ed 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "graceful-fs": "4.1.x", "mkdirp": "0.5.x", "protoblast": "~0.3.1", - "request": "~2.57.0", + "request": "~2.81.0", "xml2js": "0.4.x", "yencer": "~0.1.1" },