From ccc501ca267054d7d1ce3639802da11a8cde2f4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 3 Dec 2023 14:18:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8e6e528..19815da 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "deadlink": "^1.1.3", "filesize": "^3.1.3", "gitinfo": "^1.1.3", - "glob": "^5.0.15", + "glob": "^9.0.0", "jsonfile": "^2.2.2", "lodash": "^3.10.1", "markdown-contents": "^1.0.8",