From 8928f6a7d63da1e2ee970e85227a00d2b52a9393 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 22 Mar 2018 01:00:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:npm:20180222 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..4c92c25 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ ], "dependencies": { "async": "^0.9.0", - "npm": "~1.4.4", + "npm": "~5.7.1", "optimist": "~0.6.0", "semver": "^3.0.1" },