Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
asapach committed May 14, 2017
1 parent 88047aa commit e90a898
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@
"web"
],
"dependencies": {
"connect-multiparty": "^1.2.5",
"express": "~3.5.1",
"lodash": "~2.4.1",
"mkdirp": "^0.5.0",
"pump": "^1.0.0",
"range-parser": "^1.0.2",
"connect-multiparty": "^2.0.0",
"express": "^3.21.2",
"lodash": "^2.4.2",
"mkdirp": "^0.5.1",
"pump": "^1.0.2",
"range-parser": "^1.2.0",
"read-torrent": "^1.3.0",
"socket.io": "^1.5.1",
"torrent-stream": "^0.18.1"
"socket.io": "^1.7.4",
"torrent-stream": "^1.0.3"
},
"optionalDependencies": {
"fluent-ffmpeg": "^2.0.0-rc3"
"fluent-ffmpeg": "^2.0.0"
},
"devDependencies": {
"grunt": "~0.4.5",
Expand Down

0 comments on commit e90a898

Please sign in to comment.