From 7343e5c51b7a613f6725144408a8f035beaa94af Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Sep 2024 08:05:10 +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 df08ebb2..0ea0f39e 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "bunyan": "1.8.15", "debug": "4.3.4", "lodash": "4.17.21", - "micromatch": "4.0.6", + "micromatch": "4.0.8", "needle": "2.9.1", "p-map": "4.0.0", "parse-link-header": "2.0.0",