From f406133b9a76fee6e073da490ef13ce45afdd83d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 08:22:04 +0000 Subject: [PATCH] Update lazypipe requirement from 1.0.1 to 1.0.2 Updates the requirements on [lazypipe](https://github.com/OverZealous/lazypipe) to permit the latest version. - [Release notes](https://github.com/OverZealous/lazypipe/releases) - [Changelog](https://github.com/OverZealous/lazypipe/blob/master/CHANGELOG.md) - [Commits](https://github.com/OverZealous/lazypipe/compare/v1.0.1...v1.0.2) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6ad9a96..d1f1d73 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "gulp-uglify": "2.1.2", "gulp-util": "3.0.8", "jquery": "3.4.1", - "lazypipe": "1.0.1", + "lazypipe": "1.0.2", "node-sass": "4.5.2", "node-sass-import": "1.1.1", "merge-stream": "1.0.1",