Skip to content

Commit

Permalink
updated modules versions and corrected and issue on mongoose displayi…
Browse files Browse the repository at this point in the history
…ng awkward messages on connect()
  • Loading branch information
gbarosio committed Oct 23, 2017
1 parent 5750cb4 commit b3f4b86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"main": "server.js",
"author": "Scotch",
"dependencies": {
"body-parser": "^1.4.3",
"express": "^4.13.4",
"method-override": "^2.1.3",
"mongoose": "^4.4.12",
"morgan": "^1.1.1"
"body-parser": "^1.18.2",
"mongoose": "4.10.8",
"express": "^4.10.8",
"method-override": "^2.3.10",
"morgan": "^1.9.0"
}
}

0 comments on commit b3f4b86

Please sign in to comment.