From 900bd9799f1ba1c33fe6b7dea9a1396f54820eb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 22 Apr 2019 06:21:27 +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 0bbb80a..3f4c8fc 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "eslint-plugin-standard": "^3.0.1", "eslint-plugin-unicorn": "^2.1.2", "eslint-plugin-xo": "^1.0.0", - "gulp": "^3.9.1", + "gulp": "^4.0.1", "gulp-clone": "^1.0.0", "gulp-rename": "^1.2.2", "gulp-uglify": "^3.0.0",