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

Commit 7da7419

Browse files
committed
fix(dependencies): updating package dependencies to keep up to date versions
* updating to newer packages * updating travis to remove node v0.12
1 parent bc3d536 commit 7da7419

File tree

2 files changed

+13
-14
lines changed

2 files changed

+13
-14
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: node_js
22
sudo: false
33
node_js:
4-
- 0.12
54
- 4
65
- 5
76
os:

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"chalk": "~1.1.1",
2929
"compression": "~1.6.1",
3030
"connect-flash": "~0.1.1",
31-
"connect-mongo": "~0.8.2",
31+
"connect-mongo": "~1.1.0",
3232
"consolidate": "~0.14.0",
3333
"cookie-parser": "~1.4.1",
3434
"crypto": "0.0.3",
@@ -40,17 +40,17 @@
4040
"glob": "~7.0.0",
4141
"grunt": "0.4.5",
4242
"grunt-cli": "~0.1.13",
43-
"helmet": "~1.1.0",
43+
"helmet": "~1.3.0",
4444
"jasmine-core": "~2.4.1",
45-
"lodash": "~4.3.0",
45+
"lodash": "~4.6.1",
4646
"lusca": "~1.3.0",
4747
"method-override": "~2.3.5",
4848
"gulp-wiredep": "~0.0.0",
4949
"mocha": "~2.4.5",
5050
"mongoose": "~4.4.8",
51-
"morgan": "~1.6.1",
51+
"morgan": "~1.7.0",
5252
"multer": "~1.1.0",
53-
"nodemailer": "~2.1.0",
53+
"nodemailer": "~2.3.0",
5454
"owasp-password-strength-test": "~1.3.0",
5555
"passport": "~0.3.2",
5656
"passport-facebook": "~2.1.0",
@@ -64,7 +64,7 @@
6464
"serve-favicon": "~2.3.0",
6565
"socket.io": "~1.4.5",
6666
"swig": "~1.4.2",
67-
"validator": "~4.8.0"
67+
"validator": "~5.1.0"
6868
},
6969
"devDependencies": {
7070
"coveralls": "~2.11.6",
@@ -75,19 +75,19 @@
7575
"grunt-contrib-csslint": "~0.4.0",
7676
"grunt-contrib-cssmin": "~0.12.3",
7777
"grunt-contrib-less": "~1.0.1",
78-
"grunt-contrib-sass": "~0.9.2",
79-
"grunt-contrib-uglify": "~0.9.1",
78+
"grunt-contrib-sass": "~1.0.0",
79+
"grunt-contrib-uglify": "~1.0.0",
8080
"grunt-contrib-watch": "~0.6.1",
8181
"grunt-env": "~0.4.4",
8282
"grunt-eslint": "~18.0.0",
8383
"grunt-karma": "~0.12.1",
84-
"grunt-mocha-istanbul": "~2.4.0",
84+
"grunt-mocha-istanbul": "~3.0.1",
8585
"grunt-mocha-test": "~0.12.7",
8686
"grunt-ng-annotate": "~1.0.1",
87-
"grunt-node-inspector": "~0.3.0",
87+
"grunt-node-inspector": "~0.4.1",
8888
"grunt-nodemon": "~0.4.0",
8989
"grunt-protractor-coverage": "~0.2.15",
90-
"grunt-protractor-runner": "~2.1.0",
90+
"grunt-protractor-runner": "~3.0.0",
9191
"gulp": "~3.9.1",
9292
"gulp-angular-templatecache": "~1.8.0",
9393
"gulp-autoprefixer": "~3.1.0",
@@ -102,7 +102,7 @@
102102
"gulp-mocha": "~2.2.0",
103103
"gulp-ng-annotate": "~1.1.0",
104104
"gulp-nodemon": "~2.0.6",
105-
"gulp-protractor": "~1.0.0",
105+
"gulp-protractor": "~2.1.0",
106106
"gulp-rename": "~1.2.2",
107107
"gulp-sass": "~2.2.0",
108108
"gulp-uglify": "~1.5.2",
@@ -116,7 +116,7 @@
116116
"karma-jasmine": "~0.3.7",
117117
"karma-ng-html2js-preprocessor": "~0.2.1",
118118
"karma-phantomjs-launcher": "~1.0.0",
119-
"load-grunt-tasks": "~3.2.0",
119+
"load-grunt-tasks": "~3.4.1",
120120
"mock-fs": "~3.7.0",
121121
"node-inspector": "~0.12.7",
122122
"run-sequence": "~1.1.5",

0 commit comments

Comments
 (0)