Skip to content

Commit

Permalink
node: updated dependencies versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Jan 21, 2015
1 parent 8e4c313 commit 389e468
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions examples/server/node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
"main": "server.js",
"dependencies": {
"async": "^0.9.0",
"bcryptjs": "^0.7.12",
"body-parser": "^1.6.2",
"express": "^4.8.2",
"bcryptjs": "^2.1.0",
"body-parser": "^1.10.1",
"express": "^4.11.0",
"jwt-simple": "^0.2.0",
"lodash": "^2.4.1",
"moment": "^2.8.1",
"mongoose": "^3.8.14",
"morgan": "^1.2.2",
"request": "^2.40.0"
"moment": "^2.9.0",
"mongoose": "^3.8.21",
"morgan": "^1.5.1",
"request": "^2.51.0"
}
}

0 comments on commit 389e468

Please sign in to comment.