From 55062435bd5274803439b92366e0ebd5ba2223d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 7 May 2019 06:11:04 +0000 Subject: [PATCH] Update gulp requirement from ^3.9.1 to ^4.0.2 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.2) 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..229d2e4 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.2", "gulp-clone": "^1.0.0", "gulp-rename": "^1.2.2", "gulp-uglify": "^3.0.0",