From 43b39fd7f45ec5a44bf3f18b150fae469049b52c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 6 May 2019 09:17:54 +0000 Subject: [PATCH] Update gulp requirement from ^3.9.1 to ^4.0.1 Updates the requirements on [gulp](https://github.com/gulpjs/gulp) to permit the latest version. - [Release notes](https://github.com/gulpjs/gulp/releases) - [Changelog](https://github.com/gulpjs/gulp/blob/master/CHANGELOG.md) - [Commits](https://github.com/gulpjs/gulp/compare/v3.9.1...v4.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 68dfc55..fb68cf2 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "devDependencies": { "brace-expansion": "^1.1.4", "del": "^4.1.1", - "gulp": "^3.9.1", + "gulp": "^4.0.1", "gulp-exist": "^3.0.0", "gulp-watch": "^5.0.1", "gulp-less": "^4.0.1",