From 9a359c7d463ab6c1964ab87ce231be02b71a30fe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 9 Jun 2018 03:02:56 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:adm-zip:20180415 - https://snyk.io/vuln/npm:hawk:20160119 - https://snyk.io/vuln/npm:hoek:20180212 - https://snyk.io/vuln/npm:http-signature:20150122 - https://snyk.io/vuln/npm:mime:20170907 - https://snyk.io/vuln/npm:npmconf:20180512 - https://snyk.io/vuln/npm:qs:20170213 - https://snyk.io/vuln/npm:request:20160119 - https://snyk.io/vuln/npm:tunnel-agent:20170305 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 9cf5142a4..ac9054c5b 100644 --- a/package.json +++ b/package.json @@ -40,12 +40,12 @@ "test": "nodeunit test/tests.js" }, "dependencies": { - "adm-zip": "0.4.4", + "adm-zip": "0.4.11", "fs-extra": "~0.18.2", "kew": "0.4.0", - "npmconf": "2.1.1", + "npmconf": "2.1.3", "progress": "1.1.8", - "request": "2.42.0", + "request": "2.82.0", "request-progress": "0.3.1", "which": "~1.0.5" },