From f8b65891bb1d961597a76045dd56b411127dd1b1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 11 Jan 2025 23:22:17 +0000 Subject: [PATCH] fix: packages/core/parcel-bundler/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/parcel-bundler/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/core/parcel-bundler/package.json b/packages/core/parcel-bundler/package.json index b95cacd2f08..311c6665af7 100644 --- a/packages/core/parcel-bundler/package.json +++ b/packages/core/parcel-bundler/package.json @@ -48,7 +48,7 @@ "dotenv": "^7.0.0", "dotenv-expand": "^5.1.0", "envinfo": "^7.3.1", - "fast-glob": "^2.2.2", + "fast-glob": "^3.3.3", "filesize": "^3.6.0", "get-port": "^3.2.0", "htmlnano": "^0.2.2",