From da0a2e0a3feb40327e4db5e72f0d79132011c429 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 06:36:01 +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 f6ebb63..5a4179c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "hapi": "^16.6.0", "html-minifier": "^3.5.6", "inert": "^4.2.1", - "mkdirp": "^0.5.1", + "mkdirp": "^1.0.0", "ora": "^1.3.0", "portfinder": "^1.0.13", "puppeteer": "^1.5.0",