Skip to content

Commit f783ec6

Browse files
committed
Update dependencies
1 parent 8f80328 commit f783ec6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"description": "Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input",
55
"main": "index.js",
66
"dependencies": {
7-
"end-of-stream": "^1.4.1",
8-
"inherits": "^2.0.3",
9-
"readable-stream": "^3.1.1",
10-
"stream-shift": "^1.0.0"
7+
"end-of-stream": "^1.4.4",
8+
"inherits": "^2.0.4",
9+
"readable-stream": "^3.6.0",
10+
"stream-shift": "^1.0.1"
1111
},
1212
"devDependencies": {
13-
"concat-stream": "^1.5.2",
14-
"tape": "^4.0.0",
15-
"through2": "^2.0.0"
13+
"concat-stream": "^2.0.0",
14+
"tape": "^5.0.1",
15+
"through2": "^4.0.2"
1616
},
1717
"scripts": {
1818
"test": "tape test.js"

0 commit comments

Comments
 (0)