From 799799d2af11472d9abbbb9ed1905518d66b52bc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 08:48:37 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 38187b7..57c5acf 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ "inquirer": "9.2.23", "inquirer-file-tree-selection-prompt": "2.0.5", "isbinaryfile": "5.0.2", - "micromatch": "4.0.7", + "micromatch": "4.0.8", "ollama-ai-provider": "0.12.0", "ora": "8.0.1", "piscina": "4.6.1",