From 1600705c41684eed667db1cf6d9bedc8e6c9ec18 Mon Sep 17 00:00:00 2001 From: Liran Tal Date: Sat, 16 Jul 2016 12:05:40 +0300 Subject: [PATCH] fix(core): packages update due to insecure old versions that carry vulnerabilities * fix(core): packages update due to insecure old versions that carry vulnerabilities * updating packages to satisify deps * updating deps for peer dependencies * updating deps for peer dependencies --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index c34b93fcd5..be3c6f12ac 100644 --- a/package.json +++ b/package.json @@ -43,21 +43,21 @@ "consolidate": "~0.14.0", "cookie-parser": "~1.4.1", "crypto": "0.0.3", - "express": "~4.13.4", + "express": "~4.14.0", "express-session": "~1.13.0", "file-stream-rotator": "~0.0.6", "forever": "~0.15.1", "generate-password": "~1.1.1", "glob": "~7.0.0", - "grunt": "0.4.5", - "grunt-cli": "~0.1.13", + "grunt": "~1.0.1", + "grunt-cli": "~1.2.0", "gulp-wiredep": "~0.0.0", "helmet": "~1.3.0", "jasmine-core": "~2.4.1", "lodash": "~4.6.1", "lusca": "~1.3.0", "method-override": "~2.3.5", - "mocha": "~2.4.5", + "mocha": "~2.5.0", "mongoose": "~4.4.8", "morgan": "~1.7.0", "multer": "~1.1.0", @@ -83,22 +83,22 @@ "eslint": "~2.2.0", "eslint-config-airbnb": "~6.0.2", "grunt-concurrent": "~2.0.0", - "grunt-contrib-copy": "~0.8.0", + "grunt-contrib-copy": "~1.0.0", "grunt-contrib-csslint": "~0.4.0", "grunt-contrib-cssmin": "~0.12.3", - "grunt-contrib-less": "~1.0.1", + "grunt-contrib-less": "~1.3.0", "grunt-contrib-uglify": "~1.0.0", - "grunt-contrib-watch": "~0.6.1", + "grunt-contrib-watch": "~1.0.0", "grunt-env": "~0.4.4", "grunt-eslint": "~18.0.0", "grunt-karma": "~0.12.1", - "grunt-mocha-istanbul": "~3.0.1", + "grunt-mocha-istanbul": "~5.0.1", "grunt-mocha-test": "~0.12.7", - "grunt-ng-annotate": "~1.0.1", + "grunt-ng-annotate": "~2.0.2", "grunt-node-inspector": "~0.4.1", "grunt-nodemon": "~0.4.0", "grunt-protractor-coverage": "~0.2.15", - "grunt-protractor-runner": "~3.0.0", + "grunt-protractor-runner": "~3.2.0", "grunt-sass": "^1.2.0", "gulp": "~3.9.1", "gulp-angular-templatecache": "~1.8.0",