We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cd0461 commit 734a169Copy full SHA for 734a169
templates/app/_package.json
@@ -24,7 +24,7 @@
24
"express": "^4.13.3",
25
"morgan": "^1.8.0",
26
"body-parser": "^1.13.3",
27
- "method-override": "^2.3.5",
+ "method-override": "^2.3.10",
28
"cookie-parser": "^1.3.5",
29
"express-session": "^1.11.3",
30
"errorhandler": "^1.4.2",
@@ -44,7 +44,7 @@
44
"connect-session-sequelize": "^4.1.0",<% } %><% if(filters.auth) { %>
45
"jsonwebtoken": "^7.0.0",
46
"express-jwt": "^5.0.0",
47
- "passport": "~0.3.0",
+ "passport": "~0.4.0",
48
"passport-local": "^1.0.0",<% } %><% if(filters.facebookAuth) { %>
49
"passport-facebook": "^2.0.0",<% } %><% if(filters.twitterAuth) { %>
50
"passport-twitter": "^1.0.3",<% } %><% if(filters.googleAuth) { %>
0 commit comments