From ff80575bbf7b9bb03bb0ab055857a8a26ae08ead Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Oct 2022 16:35:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMATCH-3050818 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f3641bf1..25338d75 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "url": "https://github.com/jlord/sheetsee.js/issues" }, "dependencies": { - "glob": "~3.2.8", + "glob": "~5.0.15", "marked": "~0.3.1", "handlebars": "~1.3.0", "mkdirp": "~0.3.5",