From 8bf1bb39c24fa8324eb17fd91ba72267da5bb9ef Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2018 07:23:40 +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 operationcode/mean-dash: https://snyk.io/test/github/operationcode/mean-dash --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8499757..81446fd 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "css-loader": "^0.9.1", "express": "^4.15.2", "file-loader": "^0.8.1", - "gulp": "^3.9.1", + "gulp": "^4.0.0", "gulp-rename": "^1.2.2", "gulp-template": "^4.0.0", "http-server": "^0.9.0",