From 44953293e1c09944a18e6bb8f7546eadd290a3ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 17 May 2019 12:42:33 +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/compare/v1.0.0...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 b161203..9b896f6 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "react-mixin": "3.0.0", "react-router": "1.0.0-rc3", "redux-devtools": "^2.1.5", - "vinyl-buffer": "1.0.0", + "vinyl-buffer": "1.0.1", "vinyl-source-stream": "1.1.0", "watchify": "3.4.0" },