From be094f048568ed0972aac002e87c2eb52d3dfc5b Mon Sep 17 00:00:00 2001 From: LosManos Date: Fri, 21 Oct 2022 15:12:43 +0200 Subject: [PATCH] Update minimatch dependency to no vulnerability This commit updates the minimatch dependency to use a later version, one without a know vulnerability. https://github.com/advisories/GHSA-f8q6-p94x-37v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2106603..29a72bc 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "chalk": "2.4.2", - "minimatch": "3.0.4", + "minimatch": "3.0.5", "yargs": "^15.3.1" }, "devDependencies": {