From 815c1120915c2f07e08373b9f2fe5a61a6544e0c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2020 10:37:53 +0000 Subject: [PATCH] Bump vinyl-source-stream from 1.1.2 to 2.0.0 Bumps [vinyl-source-stream](https://github.com/hughsk/vinyl-source-stream) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/hughsk/vinyl-source-stream/releases) - [Commits](https://github.com/hughsk/vinyl-source-stream/compare/v1.1.2...v2.0.0) 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 a4ef65d..fc0c68a 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "gulp": "^3.9.0", "gulp-debug": "^2.0.1", "gulp-util": "^3.0.3", - "vinyl-source-stream": "^1.1.0", + "vinyl-source-stream": "^2.0.0", "watchify": "^2.3.0", "webpack": "^1.7.3" },