From d9d610453286d7794caa6c82ea387cab30e547d9 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 15 Feb 2025 09:01:28 +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 d25ffc7..acbffc8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "chalk": "^4.0.0", "compressing": "^1.10.0", "egg-init-config": "^1.5.0", - "globby": "^9.0.0", + "globby": "^14.1.0", "inquirer": "^8.2.6", "is-type-of": "^2.1.0", "istextorbinary": "^2.5.1",