From 83c8e7337cecbd6722840e5b0c41d3feabb5939f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 11 Mar 2020 21:28:19 +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 a74e81d..30ba449 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "liftoff": "^2.2.0", "flashcoind-rpc": "flash-coin/flashcoind-rpc", "lru-cache": "^4.0.1", - "mkdirp": "0.5.0", + "mkdirp": "1.0.0", "path-is-absolute": "^1.0.0", "semver": "^5.0.1", "socket.io": "^1.7.4",