From bc530137dc31c4265db665a0097070dbb1a2ec6c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 15 Jun 2021 04:40:48 +0000 Subject: [PATCH] Update gulp requirement from ^3.9.0 to ^4.0.2 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.2) 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 b19b41fd..9f8c0aa8 100644 --- a/js/package.json +++ b/js/package.json @@ -13,7 +13,7 @@ "devDependencies": { "bower": "^1.8.4", "del": "^6.0.0", - "gulp": "^3.9.0", + "gulp": "^4.0.2", "gulp-cli": "^2.0.1", "gulp-concat": "^2.6.0", "gulp-jshint": "^1.11.2",