From af2add5290859c950ffbdba6cf39193e07e8da0b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 21:15:21 +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 0b0919c494..68de35bc71 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "file-entry-cache": "^5.0.1", "get-stdin": "^7.0.0", "global-modules": "^2.0.0", - "globby": "^9.2.0", + "globby": "^10.0.0", "globjoin": "^0.1.4", "html-tags": "^3.0.0", "ignore": "^5.0.6",