From 387b9ffa87dbede40dac2c699df658ca5bda5a95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 11 Oct 2018 13:18:50 +0000 Subject: [PATCH] Update vinyl-buffer requirement from 1.0.0 to 1.0.1 Updates the requirements on [vinyl-buffer](https://github.com/hughsk/vinyl-buffer) to permit the latest version. - [Release notes](https://github.com/hughsk/vinyl-buffer/releases) - [Commits](https://github.com/hughsk/vinyl-buffer/commits/v1.0.1) Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f9d6667..2e64153 100644 --- a/package.json +++ b/package.json @@ -38,7 +38,7 @@ "react-mixin": "^3.0.3", "react-router": "^1.0.0-rc3", "superagent": "^1.7.2", - "vinyl-buffer": "1.0.0", + "vinyl-buffer": "1.0.1", "vinyl-source-stream": "1.1.0", "watchify": "3.4.0" },