From 8e4ad68882d74a8fbdcc257504e6777aa6eafdac Mon Sep 17 00:00:00 2001 From: Gordon Mickel Date: Wed, 13 Nov 2024 16:00:20 +0100 Subject: [PATCH] fix: package.json to reduce vulnerabilities (#105) The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 Co-authored-by: snyk-bot --- 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",