From 363723fc84f7b8477592e0105aeb331ec9a017af Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Aug 2017 05:01:11 +0200 Subject: node_modules --- node_modules/duplexify/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'node_modules/duplexify') diff --git a/node_modules/duplexify/package.json b/node_modules/duplexify/package.json index ff44d35e4..d226f1a29 100644 --- a/node_modules/duplexify/package.json +++ b/node_modules/duplexify/package.json @@ -1,18 +1,18 @@ { "name": "duplexify", - "version": "3.5.0", + "version": "3.5.1", "description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input", "main": "index.js", "dependencies": { - "end-of-stream": "1.0.0", + "end-of-stream": "^1.0.0", "inherits": "^2.0.1", "readable-stream": "^2.0.0", "stream-shift": "^1.0.0" }, "devDependencies": { - "concat-stream": "^1.4.6", - "tape": "^2.13.3", - "through2": "^0.5.1" + "concat-stream": "^1.5.2", + "tape": "^4.0.0", + "through2": "^2.0.0" }, "scripts": { "test": "tape test.js" -- cgit v1.2.3