From 8f395a7964418659ada17f1e96eefe1eb9a50063 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Wed, 29 May 2019 17:17:26 +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) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e1c9314..b222eba 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ }, "homepage": "https://github.com/MoveOnOrg/ak-js#readme", "devDependencies": { - "gulp": "^3.9.1", + "gulp": "^4.0.2", "gulp-concat": "^2.6.0", "gulp-uglify": "^1.5.3" }