Skip to content

Commit d7312b2

Browse files
committed
Merge pull request #936 from yinzer/jwtUpdate
chore(package.json): update jwt versions
2 parents 6bc4349 + 77cf348 commit d7312b2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/templates/_package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"jade": "~1.2.0",<% } %><% if(filters.html) { %>
1717
"ejs": "~0.8.4",<% } %><% if(filters.mongoose) { %>
1818
"mongoose": "~3.8.8",<% } %><% if(filters.auth) { %>
19-
"jsonwebtoken": "^0.3.0",
20-
"express-jwt": "^0.1.3",
19+
"jsonwebtoken": "^5.0.0",
20+
"express-jwt": "^3.0.0",
2121
"passport": "~0.2.0",
2222
"passport-local": "~0.1.6",<% } %><% if(filters.facebookAuth) { %>
2323
"passport-facebook": "latest",<% } %><% if(filters.twitterAuth) { %>
@@ -27,7 +27,7 @@
2727
"connect-mongo": "^0.4.1"<% if(filters.socketio) { %>,
2828
"socket.io": "^1.0.6",
2929
"socket.io-client": "^1.0.6",
30-
"socketio-jwt": "^2.0.2"<% } %>
30+
"socketio-jwt": "^3.0.0"<% } %>
3131
},
3232
"devDependencies": {
3333
"grunt": "~0.4.4",

0 commit comments

Comments
 (0)