From dc7ea044cf6695b925587a7f964dc217fb344c07 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 30 Nov 2023 14:47:33 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 984ba49..1fc247c 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "escape-html": "^1.0.3", "extend": "^3.0.2", "front-matter": "^1.0.0", - "glob": "^7.1.4", + "glob": "^9.0.0", "glob-all": "^3.1.0", "gulp-util": "^3.0.7", "handlebars": "^4.1.2", @@ -48,7 +48,7 @@ "sassdoc": "^2.7.3", "string-template": "^0.2.0", "through2": "^0.6.3", - "vinyl-fs": "^3.0.3" + "vinyl-fs": "^4.0.0" }, "resolutions": { "marked": "^2.0.0",