From 590edd01ed56d6c6fb1670c8d632597b01132531 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2018 22:51:02 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:minimatch:20160620 Latest report for code4hr/business-landing: https://snyk.io/test/github/code4hr/business-landing --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4bfabfd..a55e72a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "cors": "^2.7.1", "express": "^4.13.3", - "gulp": "^3.9.0", + "gulp": "^4.0.0", "gulp-nodemon": "^2.0.4", "mongodb": "^2.0.46", "querystring": "^0.2.0",