From a5d12220fec6fdbf009931ad223da4b7c330fa6d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 01:40:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5d5b6e0..2402857 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "chai": "^3.2.0", "chai-as-promised": "^5.1.0", "gulp": "^4.0.0", - "gulp-jshint": "^1.11.2", + "gulp-jshint": "^2.0.3", "gulp-mocha": "^5.0.0", "jshint": "^2.8.0", "liquid.js": "^1.3.2",