From 26f59b2f26148bdf58c243a2f62e9732d3cb1233 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 04:27:20 +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 65e41df..c22e8c6 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "q": "1.4.1", "request": "2.74.0", "mocha": "3.1.2", - "minimist": "1.2.0", + "minimist": "1.2.2", "uuid": "3.0.1", "fs-extra": "1", "log4js": "0.6.37",