From 3aeac4296a3a79b51661c0828e29567451e7c230 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Mar 2022 19:09:43 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8d3a4e7d2..c53e1a1e1 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "levelup": "^1.3.1", "liftoff": "^2.2.0", "memdown": "^1.0.0", - "mkdirp": "0.5.0", + "mkdirp": "0.5.2", "nan": "^2.0.9", "npm": "^2.14.1", "semver": "^5.0.1",