From 2e1b90b5a776fb951f85226ca9e034f00ae324c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2019 05:51:51 +0000 Subject: [PATCH] build(deps-dev): update gulp-cli requirement from ^1.2.2 to ^2.2.0 Updates the requirements on [gulp-cli](https://github.com/gulpjs/gulp-cli) to permit the latest version. - [Release notes](https://github.com/gulpjs/gulp-cli/releases) - [Commits](https://github.com/gulpjs/gulp-cli/compare/v1.2.2...v2.2.0) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cebd60..411613d 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "gulp-better-rollup": "^1.0.2", "gulp-clean": "^0.3.2", "gulp-clean-css": "^2.3.2", - "gulp-cli": "^1.2.2", + "gulp-cli": "^2.2.0", "gulp-connect": "^5.0.0", "gulp-htmlmin": "^4.0.0", "gulp-inline-ng2-template": "^5.0.1",