From 2be1b2da467f96d2e95b7f67c58bc36ac7ca76c1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 06:44:51 +0000 Subject: [PATCH] fix: packages/amiddy/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- packages/amiddy/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/amiddy/package.json b/packages/amiddy/package.json index 310bdb5..cf6dcd8 100644 --- a/packages/amiddy/package.json +++ b/packages/amiddy/package.json @@ -18,7 +18,7 @@ "express": "4.17.3", "http-proxy": "1.18.1", "lodash.merge": "4.6.2", - "micromatch": "4.0.5", + "micromatch": "4.0.6", "mime-types": "2.1.35", "selfsigned": "2.0.1", "strip-json-comments": "3.1.1",