Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
orgads committed Jul 26, 2020
1 parent 8f80328 commit 93f0be1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"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.4.1",
"inherits": "^2.0.3",
"readable-stream": "^3.1.1",
"stream-shift": "^1.0.0"
"end-of-stream": "^1.4.4",
"inherits": "^2.0.4",
"readable-stream": "^3.6.0",
"stream-shift": "^1.0.1"
},
"devDependencies": {
"concat-stream": "^1.5.2",
"tape": "^4.0.0",
"through2": "^2.0.0"
"concat-stream": "^2.0.0",
"tape": "^5.0.1",
"through2": "^3.0.2"
},
"scripts": {
"test": "tape test.js"
Expand Down

0 comments on commit 93f0be1

Please sign in to comment.