From d0b5a7cd3568e87879ffa3404582bd473a2971d3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:51:00 +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 e8bd291..134b429 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "express": "^4.18.1", "fancy-log": "^2.0.0", "fs": "^0.0.1-security", - "glob": "^8.0.3", + "glob": "^9.0.0", "gray-matter": "^4.0.3", "highlight.js": "^11.6.0", "html-minifier": "4.0.0",