aboutsummaryrefslogtreecommitdiff
path: root/node_modules/duplexify
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-08-14 05:01:11 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-08-14 05:02:09 +0200
commit363723fc84f7b8477592e0105aeb331ec9a017af (patch)
tree29f92724f34131bac64d6a318dd7e30612e631c7 /node_modules/duplexify
parent5634e77ad96bfe1818f6b6ee70b7379652e5487f (diff)
downloadwallet-core-363723fc84f7b8477592e0105aeb331ec9a017af.tar.xz
node_modules
Diffstat (limited to 'node_modules/duplexify')
-rw-r--r--node_modules/duplexify/package.json10
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"