From ebdf7a6766f2b0c5505094afd1e54e5f83dbdd9e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 00:09:47 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - 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 a18f8b28..5ca82ccd 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "jsonwebtoken": "^8.2.0", "lodash": "^4.17.5", "lodash-deep": "^2.0.0", - "micromatch": "^3.1.10", + "micromatch": "^4.0.6", "mustache": "^2.3.0", "on-headers": "^1.0.1", "os": "^0.1.1",