diff options
Diffstat (limited to 'node_modules/duplexify')
-rw-r--r-- | node_modules/duplexify/package.json | 10 |
1 files changed, 5 insertions, 5 deletions
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" |