From fc11c733dbaca335c8721caf0efc837e131b4c0c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 6 Jul 2022 06:20:51 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://dev.snyk.io/vuln/SNYK-JS-MINIMATCH-1019388 - https://dev.snyk.io/vuln/SNYK-JS-UNDERSCORE-1080984 - https://dev.snyk.io/vuln/npm:minimatch:20160620 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2b98f38..36db4db 100644 --- a/package.json +++ b/package.json @@ -17,10 +17,10 @@ "eventemitter2": "0.4.14", "cheerio": "0.18.0", "lodash": "2.4.1", - "js-yaml": "3.2.3", + "js-yaml": "3.2.7", "json5": "0.4.0", "coffee-script": "1.8.0", - "glob": "4.2.1" + "glob": "5.0.15" }, "devDependencies": { "grunt": "0.4.5",