Skip to content

Commit

Permalink
Updating a few dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
wbyoung committed Aug 30, 2015
1 parent ec9477c commit adf4438
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 @@ -14,16 +14,16 @@
"author": "Whitney Young",
"license": "MIT",
"dependencies": {
"bcrypt": "~0.7.8",
"body-parser": "~1.0.2",
"cookie-parser": "~1.0.1",
"express": "~4.1.1",
"hbs": "~2.6.0",
"lodash": "~2.4.1",
"method-override": "~1.0.0",
"morgan": "~1.0.0",
"bcrypt": "^0.8.5",
"body-parser": "^1.0.2",
"cookie-parser": "^1.0.1",
"express": "^4.13.3",
"hbs": "^2.6.0",
"lodash": "^2.4.1",
"method-override": "^1.0.0",
"morgan": "^1.0.0",
"node-uuid": "^1.4.1",
"q": "~1.0.1"
"q": "^1.0.1"
},
"devDependencies": {
"istanbul": "~0.2.7",
Expand Down

0 comments on commit adf4438

Please sign in to comment.