From a615122f8cdb28bd17259b66d1a9152149201447 Mon Sep 17 00:00:00 2001 From: David Baldwynn Date: Thu, 21 Apr 2016 15:39:55 -0400 Subject: [PATCH] updated grunt deps in package.json --- bower.json | 3 +-- config/express.js | 2 +- package.json | 40 ++++++++++++++++++++-------------------- 3 files changed, 22 insertions(+), 23 deletions(-) diff --git a/bower.json b/bower.json index 35197d6c..4c151fda 100755 --- a/bower.json +++ b/bower.json @@ -37,7 +37,6 @@ }, "resolutions": { "angular-bootstrap": "^0.14.0", - "angular": "1.4.10", - "angular-animate": "~1.4.7" + "angular": "1.4.10" } } diff --git a/config/express.js b/config/express.js index 667eec07..c6774aeb 100755 --- a/config/express.js +++ b/config/express.js @@ -18,7 +18,7 @@ var fs = require('fs-extra'), multer = require('multer'), passport = require('passport'), raven = require('raven'), - MongoStore = require('connect-mongo')(session), + MongoStore = require('connect-mongo/es5')(session), flash = require('connect-flash'), config = require('./config'), consolidate = require('consolidate'), diff --git a/package.json b/package.json index 50be646d..216a556d 100644 --- a/package.json +++ b/package.json @@ -22,34 +22,33 @@ "postinstall": "bower install --config.interactive=false; grunt build" }, "dependencies": { - "async": "^1.4.2", - "body-parser": "~1.14.1", + "async": "~2.0.0-rc.3", + "body-parser": "~1.15.0", "bower": "~1.6.5", "chalk": "~1.1.1", "compression": "~1.6.0", "connect-flash": "~0.1.1", - "connect-mongo": "~0.8.2", - "consolidate": "~0.13.1", + "connect-mongo": "~1.1.0", + "consolidate": "~0.14.0", "cookie-parser": "~1.4.0", "email-verification": "whitef0x0/node-email-verification", "express": "~4.13.3", "express-device": "~0.4.2", - "express-session": "~1.12.1", + "express-session": "~1.13.0", "forever": "~0.15.1", - "fs-extra": "~0.26.2", - "grunt": "~0.4.1", - "grunt-cli": "~0.1.13", + "fs-extra": "~0.28.0", + "grunt": "~1.0.1", + "grunt-cli": "~1.2.0", "grunt-concurrent": "~2.3.0", - "grunt-contrib-csslint": "~0.5.0", - "grunt-contrib-cssmin": "~0.14.0", - "grunt-contrib-jshint": "~0.11.3", - "grunt-contrib-uglify": "~0.11.0", - "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-csslint": "~1.0.0", + "grunt-contrib-cssmin": "~1.0.1", + "grunt-contrib-jshint": "~1.0.0", + "grunt-contrib-uglify": "~1.0.1", + "grunt-contrib-watch": "~1.0.0", "grunt-env": "~0.4.1", "grunt-html2js": "~0.3.5", - "grunt-karma": "~0.12.1", - "grunt-newer": "~1.1.1", - "grunt-ng-annotate": "~1.0.1", + "grunt-newer": "~1.2.0", + "grunt-ng-annotate": "~2.0.2", "grunt-node-inspector": "~0.4.1", "grunt-nodemon": "~0.4.0", "helmet": "~0.14.0", @@ -64,10 +63,10 @@ "multer": "~1.1.0", "node-freegeoip": "0.0.1", "nodemailer": "~1.10.0", - "passport": "~0.3.0", - "passport-facebook": "~2.0.0", - "passport-github": "~1.0.0", - "passport-google-oauth": "~0.2.0", + "passport": "~0.3.2", + "passport-facebook": "~2.1.0", + "passport-github": "~1.1.0", + "passport-google-oauth": "~1.0.0", "passport-linkedin": "~1.0.0", "passport-local": "~1.0.0", "passport-twitter": "~1.0.2", @@ -83,6 +82,7 @@ "grunt-mocha-test": "~0.12.1", "istanbul": "^0.4.0", "jasmine-core": "^2.4.1", + "grunt-karma": "~0.12.2", "karma": "~0.13.14", "karma-chrome-launcher": "~0.2.1", "karma-coverage": "~0.5.3",