From b3e75a06bbb8f951818d3d91dc1636f8776e3e04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 5 Dec 2023 14:06:24 +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 2a1357f..7cfd735 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "coffee-errors": "^0.8.6", "coffee-script": "1.12.7", "csonschema": "^0.5.1", - "glob": "^7.0.6", + "glob": "^9.0.0", "lodash": "^4.16.4", "mocha": "~5.0.4", "mustache": "~2.3.0",