From c5c6252a4a6f7fbd30c6f55511a0945942562f6c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:36:27 +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 dcd9edfceb..d0007616b4 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "file-type": "^6.1.0", "filesize": "^3.5.10", "fsm-event": "^2.1.0", - "glob": "^7.1.2", + "glob": "^9.0.0", "hapi": "^16.5.2", "hapi-set-header": "^1.0.2", "hoek": "^4.2.0",