Skip to content

Commit dc6c235

Browse files
committed
package.json :: update dependencies
1 parent f1cf03f commit dc6c235

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
"version": "1.1.0",
44
"description": "Pipe an Array through Node.js streams",
55
"dependencies": {
6-
"readable-stream": "~1.1.0"
6+
"readable-stream": "~2.0.0"
77
},
88
"devDependencies": {
9-
"concat-stream": "~1.4.8",
10-
"tape": "~4.0.0"
9+
"concat-stream": "~1.5.0",
10+
"tape": "~4.2.0"
1111
},
1212
"scripts": {
1313
"test": "./node_modules/.bin/tape ./test/*",

0 commit comments

Comments
 (0)