From 88f552fe50e7d6b874ac9d7f0350e8f733bc5921 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 27 Nov 2023 03:02:48 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 --- 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",