From 36e9545e8183abd8f4345d11ef97234613c700dd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2020 00:08:28 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-YARGSPARSER-560381 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 620a543..915b175 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.9.1", "open": "0.0.5", "snyk": "^1.17.1" },