Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #60 from alanshaw/chore/update-async-readable-stream
Browse files Browse the repository at this point in the history
chore: update async and readable-stream dependencies
  • Loading branch information
holgerd77 authored Nov 26, 2018
2 parents 3b96e3a + a53c0bd commit e6c8107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
],
"license": "MPL-2.0",
"dependencies": {
"async": "^1.4.2",
"ethereumjs-util": "^5.0.0",
"level-ws": "^1.0.0",
"async": "^2.6.1",
"ethereumjs-util": "^5.2.0",
"level-mem": "^3.0.1",
"readable-stream": "^2.0.0",
"level-ws": "^1.0.0",
"readable-stream": "^3.0.6",
"rlp": "^2.0.0",
"semaphore": ">=1.0.1"
},
Expand Down

0 comments on commit e6c8107

Please sign in to comment.