From 1824d1e20368c3f053a83742fd4b47e2a0f248ed Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 23:45:11 +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 44ac2e4..39f53d8 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "ini": "^1.3.5", "inquirer": "^6.3.1", "minimist": "^1.2.0", - "mkdirp": "^0.5.1", + "mkdirp": "^1.0.0", "progress": "^2.0.3" }, "devDependencies": {