From 97e98938e9e9ce9ab5c7e8404c40252d9daba560 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 12 Mar 2020 07:36:41 +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 1f63075..729bb3f 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "libp2p-tcp": "~0.11.6", "libp2p-websockets": "~0.10.5", "merge-recursive": "0.0.3", - "mkdirp": "~0.5.1", + "mkdirp": "~1.0.0", "mockery": "^2.1.0", "moment": "^2.20.1", "node-bash-title": "0.0.2",