From f8a0fb1e6badbef9a190ff437d08ac72747f28e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 4 Dec 2023 14:37:25 +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 14d3c01..4a6c0c0 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "chalk": "^1.1.1", "commander": "1.0.4", "done-criteria": "0.0.3", - "glob": "^7.0.0", + "glob": "^9.0.0", "mocha": "^2.4.5", "should": "1.2.0", "underscore": "1.4.0"