From eb5e88204eb4a8ba093730ff39fb37169afb683f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 7 Jan 2025 21:55:35 +0000 Subject: [PATCH] fix: packages/core/utils/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 --- packages/core/utils/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/utils/package.json b/packages/core/utils/package.json index dfd5798204b..3555bf81c0c 100644 --- a/packages/core/utils/package.json +++ b/packages/core/utils/package.json @@ -29,7 +29,7 @@ "ansi-html": "^0.0.7", "chalk": "^2.4.2", "clone": "^2.1.1", - "fast-glob": "3.1.1", + "fast-glob": "3.3.3", "fastest-levenshtein": "^1.0.8", "is-glob": "^4.0.0", "is-url": "^1.2.2",