From 04d8957203ac1f20487fda3ae6b3539221370837 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Jun 2018 00:32:13 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 - 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 d95b71d..de523c6 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "dependencies": { "async": "^0.9.0", - "npm": "~1.4.4", + "npm": "~3.0.0", "optimist": "~0.6.0", "semver": "^3.0.1" },