From 130d3bf012c32d0b71c22d3f5872d88340151436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 2 Apr 2019 12:23:45 +0000 Subject: [PATCH] Update gulp requirement from ^3.9.0 to ^4.0.0 in /js 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.0...v4.0.0) Signed-off-by: dependabot[bot] --- js/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/package.json b/js/package.json index 170da864..5711b295 100644 --- a/js/package.json +++ b/js/package.json @@ -13,7 +13,7 @@ "devDependencies": { "del": "^3.0.0", "bower": "^1.8.4", - "gulp": "^3.9.0", + "gulp": "^4.0.0", "gulp-cli": "^2.0.1", "gulp-concat": "^2.6.0", "gulp-jshint": "^1.11.2",