From 6069d30c8f5607066cef8e8ccde8a920f23aba5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 00:24:50 +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 dd94fa07..6846af66 100644 --- a/package.json +++ b/package.json @@ -83,7 +83,7 @@ "glob": "7.1.1", "inquirer": "1.2.3", "lodash": "4.17.2", - "minimist": "1.2.0", + "minimist": "1.2.2", "path-exists": "2.1.0", "shelljs": "0.7.6", "strip-json-comments": "2.0.1"