From af864e139edc324ae5923b47ede7a91b7460feab Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 12:14:27 +0000 Subject: [PATCH] Bump gulp from 3.9.1 to 4.0.2 Bumps [gulp](https://github.com/gulpjs/gulp) from 3.9.1 to 4.0.2. - [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-preview[bot] --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index f16a48f5..60fdedb2 100644 --- a/package.json +++ b/package.json @@ -4,10 +4,10 @@ "description": "demo for angular app", "main": "index.js", "dependencies": { - "gulp": "^3.9.1" + "gulp": "^4.0.2" }, "devDependencies": { - "gulp": "^3.9.1", + "gulp": "^4.0.2", "gulp-load-plugins": "^1.5.0", "gulp-clean": "^0.3.2", "gulp-concat": "^2.6.1",