From eb61b096817a43891add96749ec2a24025c0d654 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 22:32:22 +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 3cf1f263fbda..52c2e7f07396 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "json-stable-stringify": "^1.0.0", "levn": "^0.3.0", "lodash": "^4.0.0", - "mkdirp": "^0.5.0", + "mkdirp": "^1.0.0", "natural-compare": "^1.4.0", "optionator": "^0.8.2", "path-is-inside": "^1.0.1",