From 9de1ff437412cf93552466949eb5c635bbe63e0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 May 2018 01:00:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:npmconf:20180512 Latest report for qwo/david: https://snyk.io/test/github/qwo/david --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d95b71d..943824f 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "dependencies": { "async": "^0.9.0", - "npm": "~1.4.4", + "npm": "~2.0.1", "optimist": "~0.6.0", "semver": "^3.0.1" },