From 8b1ae27d48a9cff0704aa85cae80e6c0aecb6549 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 18 Oct 2022 12:51:26 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 25203bfcc4..3111d04962 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "log4js": "1.1.1", "lru-cache": "4.0.2", "marked": "0.3.6", - "minimatch": "3.0.3", + "minimatch": "3.0.5", "mkdirp": "0.5.1", "mv": "2.1.1", "node-fetch": "1.6.3",