From 4d6ec171dfc6dd498e3f1208dc9105f82fbe98ea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Jan 2019 22:44:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:chownr:20180731 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f42d999..f829bbe 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "bugs": "https://github.com/cfpb/open-source-checklist/issues", "dependencies": { "commander": "2.9.0", - "npm": "5.10.0", + "npm": "6.6.0", "request": "2.84.0", "shelljs": "^0.7.0", "update-notifier": "0.6.3",