From f584cc89cd7b172853c4146255c4d436c3c3ae34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 21 Dec 2018 14:46:32 +0000 Subject: [PATCH] Update vinyl-source-stream requirement from ^1.1.0 to ^2.0.0 Updates the requirements on [vinyl-source-stream](https://github.com/hughsk/vinyl-source-stream) to permit the latest version. - [Release notes](https://github.com/hughsk/vinyl-source-stream/releases) - [Commits](https://github.com/hughsk/vinyl-source-stream/commits/v2.0.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 f2e3ccb..1c5ff40 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "gulp-uglify": "^3.0.0", "uglify-es": "^3.1.3", "vinyl-buffer": "^1.0.0", - "vinyl-source-stream": "^1.1.0" + "vinyl-source-stream": "^2.0.0" }, "dependencies": { "decko": "^1.2.0"