From 9e873a2e9b00dc96df9776ddfe316fe87c52bcce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 02:02:22 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f38d140..b92ce07 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,6 @@ "commander": "~2.9.0", "inquirer": "~1.1.3", "rx": "~4.1.0", - "vinyl-fs": "~2.2.1" + "vinyl-fs": "~3.0.0" } }