From e5c374fa38864eaa928488d794ae7720944af090 Mon Sep 17 00:00:00 2001 From: "greenkeeper[bot]" Date: Mon, 10 Dec 2018 17:24:51 +0000 Subject: [PATCH] fix(package): update gulp to version 4.0.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7666be..9d25f94 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "foundation-sites": "^6.3.1", - "gulp": "^3.9.0", + "gulp": "^4.0.0", "gulp-autoprefixer": "^5.0.0", "gulp-concat": "^2.6.1", "gulp-load-plugins": "^1.1.0",