From 6323e8f43bea5f335c9a0ffffc9f9297c7c546a8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 May 2018 04:24:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:merge-options:20180415 Latest report for qiu8310/smart-npm: https://snyk.io/test/github/qiu8310/smart-npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 620a543..80d2af0 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "dependencies": { "cross-spawn": "5.1.0", "npm": "latest", - "npm-check": "5.4.0", + "npm-check": "5.7.1", "open": "0.0.5", "snyk": "^1.17.1" },