Skip to content

Commit

Permalink
[update packages] body-parser->1.8.2, cookie-parser->1.3.3, csurf->1.…
Browse files Browse the repository at this point in the history
…6.1, express->4.9.1, express-session->1.8.2, inflection->1.4.2, js-yaml->3.2.2, moment->2.8.3, mongoose->3.8.16, serve-favicon->2.1.4, serve-static->1.6.2
  • Loading branch information
ben-lin committed Sep 17, 2014
1 parent 1d98734 commit 79f7030
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions lib/cli/generators/templates/package.json
Expand Up @@ -3,21 +3,21 @@
"version" : "0.0.1",
"private" : true,
"dependencies": {
"body-parser" : "1.7.0",
"coke" : "0.24.3",
"cookie-parser" : "1.3.2",
"body-parser" : "1.8.2",
"coke" : "0.24.4",
"cookie-parser" : "1.3.3",
"connect-mongo" : "0.4.1",
"connect-multiparty" : "1.2.4",
"csurf" : "1.5.0",
"csurf" : "1.6.1",
"errorhandler" : "1.2.0",
"express-session" : "1.7.6",
"express-session" : "1.8.2",
"express-thunder" : "1.1.6",
"method-override" : "2.2.0",
"moment" : "2.8.2",
"mongoose" : "3.8.15",
"moment" : "2.8.3",
"mongoose" : "3.8.16",
"node.class" : "1.1.4",
"serve-favicon" : "2.1.1",
"serve-static" : "1.5.3",
"serve-favicon" : "2.1.4",
"serve-static" : "1.6.2",
"sitemap" : "0.7.4"
},
"main" : "server",
Expand Down
8 changes: 4 additions & 4 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "coke",
"version": "0.24.3",
"version": "0.24.4",
"description": "A full stack MVC framework that speeds up your web development.",
"bin": {
"coke": "./bin/coke",
Expand All @@ -21,9 +21,9 @@
"dependencies": {
"aws2js" : "0.8.3",
"cli-color" : "0.3.2",
"express" : "4.8.7",
"inflection" : "1.4.1",
"js-yaml" : "3.2.1",
"express" : "4.9.1",
"inflection" : "1.4.2",
"js-yaml" : "3.2.2",
"node.class" : "1.1.4",
"node.extend" : "1.1.2",
"node.flow" : "1.2.3",
Expand Down

0 comments on commit 79f7030

Please sign in to comment.