Skip to content

Commit c8aaa88

Browse files
committed
Updated Dependencies
1 parent 05a5906 commit c8aaa88

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"async": "~0.9.0",
4040
"bcrypt-nodejs": "~0.0.3",
41-
"body-parser": "^1.11.0",
41+
"body-parser": "^1.12.0",
4242
"cheerio": "~0.18.0",
4343
"compression": "^1.4.0",
4444
"connect-mongo": "^0.7.0",
@@ -54,13 +54,13 @@
5454
"express-validator": "~2.8.0",
5555
"fbgraph": "~0.3.0",
5656
"github-api": "~0.10.3",
57-
"helmet": "^0.6.0",
58-
"jade": "^1.9.1",
57+
"helmet": "^0.6.1",
58+
"jade": "^1.9.2",
5959
"lastfm": "~0.9.2",
60-
"lodash": "^3.0.1",
60+
"lodash": "^3.2.0",
6161
"method-override": "~2.3.1",
6262
"moment": "^2.9.0",
63-
"mongoose": "^3.8.22",
63+
"mongoose": "^3.8.23",
6464
"morgan": "^1.5.1",
6565
"node-foursquare": "^0.3.0",
6666
"nodemailer": "~1.3.0",
@@ -73,31 +73,31 @@
7373
"passport-oauth": "~1.0.0",
7474
"passport-totp": "0.0.1",
7575
"passport-twitter": "~1.0.2",
76-
"paypal-rest-sdk": "^1.4.0",
76+
"paypal-rest-sdk": "^1.5.0",
7777
"request": "^2.53.0",
78-
"semver": "~4.2.0",
78+
"semver": "^4.3.0",
7979
"serve-favicon": "~2.2.0",
80-
"socket.io": "^1.3.2",
81-
"stripe": "^3.1.0",
80+
"socket.io": "^1.3.4",
81+
"stripe": "^3.2.0",
8282
"tumblr.js": "~0.0.4",
8383
"twilio": "~1.10.0",
84-
"twit": "~1.1.19"
84+
"twit": "^1.1.20"
8585
},
8686
"devDependencies": {
87-
"chai": "~1.10.0",
87+
"chai": "^2.0.0",
8888
"del": "~1.1.0",
89-
"gulp": "~3.8.10",
89+
"gulp": "^3.8.11",
9090
"gulp-autoprefixer": "^2.1.0",
9191
"gulp-changed": "^1.1.1",
92-
"gulp-concat": "~2.4.3",
92+
"gulp-concat": "^2.5.0",
9393
"gulp-csscomb": "~3.0.3",
9494
"gulp-csslint": "~0.1.5",
9595
"gulp-csso": "^1.0.0",
9696
"gulp-header": "~1.2.2",
97-
"gulp-imagemin": "^2.1.0",
97+
"gulp-imagemin": "^2.2.0",
9898
"gulp-jscs": "^1.4.0",
9999
"gulp-jshint": "^1.9.2",
100-
"gulp-less": "~2.0.1",
100+
"gulp-less": "^3.0.0",
101101
"gulp-livereload": "^3.7.0",
102102
"gulp-load-plugins": "~0.8.0",
103103
"gulp-nodemon": "^1.0.5",
@@ -110,7 +110,7 @@
110110
"imagemin-pngquant": "^4.0.0",
111111
"jshint-stylish": "~1.0.0",
112112
"mocha": "~2.1.0",
113-
"psi": "^1.0.4",
113+
"psi": "^1.0.5",
114114
"run-sequence": "~1.0.2",
115115
"supertest": "~0.15.0",
116116
"terminus": "~1.0.11"

0 commit comments

Comments
 (0)