From a0cba22508f1cb895e9cf53e0af45827ad33af99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:54: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 bcf8633..7d231a8 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "clean-cover": "rimraf coverage" }, "dependencies": { - "glob": "^5.0.2", + "glob": "^9.0.0", "npmlog": "^1.2.0", "object-assign": "^2.0.0", "onetime": "^1.0.0",