Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(dependencies): updating package dependencies to keep up to date v…
Browse files Browse the repository at this point in the history
…ersions

* updating to newer packages
* updating travis to remove node v0.12
  • Loading branch information
lirantal committed Mar 19, 2016
1 parent bc3d536 commit 7da7419
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: node_js
sudo: false
node_js:
- 0.12
- 4
- 5
os:
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"chalk": "~1.1.1",
"compression": "~1.6.1",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.8.2",
"connect-mongo": "~1.1.0",
"consolidate": "~0.14.0",
"cookie-parser": "~1.4.1",
"crypto": "0.0.3",
Expand All @@ -40,17 +40,17 @@
"glob": "~7.0.0",
"grunt": "0.4.5",
"grunt-cli": "~0.1.13",
"helmet": "~1.1.0",
"helmet": "~1.3.0",
"jasmine-core": "~2.4.1",
"lodash": "~4.3.0",
"lodash": "~4.6.1",
"lusca": "~1.3.0",
"method-override": "~2.3.5",
"gulp-wiredep": "~0.0.0",
"mocha": "~2.4.5",
"mongoose": "~4.4.8",
"morgan": "~1.6.1",
"morgan": "~1.7.0",
"multer": "~1.1.0",
"nodemailer": "~2.1.0",
"nodemailer": "~2.3.0",
"owasp-password-strength-test": "~1.3.0",
"passport": "~0.3.2",
"passport-facebook": "~2.1.0",
Expand All @@ -64,7 +64,7 @@
"serve-favicon": "~2.3.0",
"socket.io": "~1.4.5",
"swig": "~1.4.2",
"validator": "~4.8.0"
"validator": "~5.1.0"
},
"devDependencies": {
"coveralls": "~2.11.6",
Expand All @@ -75,19 +75,19 @@
"grunt-contrib-csslint": "~0.4.0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-sass": "~0.9.2",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-sass": "~1.0.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.4",
"grunt-eslint": "~18.0.0",
"grunt-karma": "~0.12.1",
"grunt-mocha-istanbul": "~2.4.0",
"grunt-mocha-istanbul": "~3.0.1",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "~1.0.1",
"grunt-node-inspector": "~0.3.0",
"grunt-node-inspector": "~0.4.1",
"grunt-nodemon": "~0.4.0",
"grunt-protractor-coverage": "~0.2.15",
"grunt-protractor-runner": "~2.1.0",
"grunt-protractor-runner": "~3.0.0",
"gulp": "~3.9.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.1.0",
Expand All @@ -102,7 +102,7 @@
"gulp-mocha": "~2.2.0",
"gulp-ng-annotate": "~1.1.0",
"gulp-nodemon": "~2.0.6",
"gulp-protractor": "~1.0.0",
"gulp-protractor": "~2.1.0",
"gulp-rename": "~1.2.2",
"gulp-sass": "~2.2.0",
"gulp-uglify": "~1.5.2",
Expand All @@ -116,7 +116,7 @@
"karma-jasmine": "~0.3.7",
"karma-ng-html2js-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~1.0.0",
"load-grunt-tasks": "~3.2.0",
"load-grunt-tasks": "~3.4.1",
"mock-fs": "~3.7.0",
"node-inspector": "~0.12.7",
"run-sequence": "~1.1.5",
Expand Down

0 comments on commit 7da7419

Please sign in to comment.