From 0a98afaed8ac9e1ce38c823f9c57e8f0fd5ac44a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Mar 2020 03:25:52 +0000 Subject: [PATCH] fix: src/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-559764 --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index 0481337b..c28fceae 100644 --- a/src/package.json +++ b/src/package.json @@ -76,7 +76,7 @@ "jsonfile": "^2.4.x", "jszip": "^3.1.3", "mime": "^1.3.x", - "mkdirp": "^0.5.x", + "mkdirp": "^1.0.0", "moment": "^2.14.x", "object-merge": "^2.5.x", "password-generator": "^2.0.2",