From 2b0f9153c7879a46f719c9f46ab5f2b6bfd37197 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2020 07:06:46 +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 ac85186..95abc21 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "inquirer": "^1.2.1", "jsonfile": "^2.4.0", "lodash": "^4.16.3", - "mkdirp": "^0.5.1", + "mkdirp": "^1.0.0", "moment": "^2.15.1", "ora": "^0.3.0", "qs": "^6.2.1",