From 47a51a0fb77a9b98605be0e568b80cf308c83e38 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 1 Apr 2022 16:05:36 +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 25203bfcc4..77d39b7d39 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "lru-cache": "4.0.2", "marked": "0.3.6", "minimatch": "3.0.3", - "mkdirp": "0.5.1", + "mkdirp": "0.5.2", "mv": "2.1.1", "node-fetch": "1.6.3", "nuclide-prebuilt-libs": "0.0.8",