Skip to content

Commit c1c5b76

Browse files
author
Hannu Pelkonen
committed
Update dependencies
1 parent cd3233c commit c1c5b76

File tree

1 file changed

+30
-30
lines changed

1 file changed

+30
-30
lines changed

package.json

+30-30
Original file line numberDiff line numberDiff line change
@@ -29,64 +29,64 @@
2929
"README.md"
3030
],
3131
"dependencies": {
32-
"body-parser": "~1.12.3",
32+
"body-parser": "~1.12.4",
3333
"chalk": "~1.0.0",
3434
"cheerio": "^0.19.0",
35-
"cookie-parser": "~1.3.4",
35+
"cookie-parser": "~1.3.5",
3636
"css": "~2.2.0",
37-
"express": "~4.12.3",
37+
"express": "~4.12.4",
3838
"fs-extra": "^0.18.4",
39-
"gonzales-pe": "3.0.0-29",
40-
"gulp": "~3.8.11",
39+
"gonzales-pe": "3.0.0-30",
40+
"gulp": "~3.9.0",
4141
"gulp-concat": "~2.5.2",
4242
"gulp-mustache": "~1.0.2",
4343
"gulp-rename": "~1.2.2",
44-
"gulp-sass": "~1.3.3",
44+
"gulp-sass": "~2.0.1",
4545
"gulp-pleeease": "~1.2.0",
46-
"gulp-util": "~3.0.4",
47-
"kss": "~2.0.2",
48-
"lodash": "~3.8.0",
49-
"markdown-it": "^4.1.1",
50-
"minimatch": "~2.0.4",
51-
"morgan": "~1.5.2",
52-
"node-neat": "~1.7.1-beta1",
53-
"q": "~1.3.0",
46+
"gulp-util": "~3.0.5",
47+
"kss": "~2.1.0",
48+
"lodash": "~3.9.3",
49+
"markdown-it": "^4.2.1",
50+
"minimatch": "~2.0.8",
51+
"morgan": "~1.5.3",
52+
"node-neat": "~1.7.2",
53+
"q": "~1.4.1",
5454
"run-sequence": "~1.1.0",
5555
"socket.io": "~1.3.5",
5656
"through2": "~0.6.5",
57-
"vinyl": "~0.4.6",
57+
"vinyl": "~0.5.0",
5858
"vinyl-fs": "~1.0.0",
59-
"yargs": "~3.8.0"
59+
"yargs": "~3.10.0"
6060
},
6161
"devDependencies": {
62-
"chai": "~2.2.0",
62+
"chai": "~3.0.0",
6363
"conventional-changelog": "git://github.com/sc5/conventional-changelog.git#features/sc-styleguide",
6464
"coveralls": "~2.11.2",
65-
"del": "~1.1.1",
65+
"del": "~1.2.0",
6666
"dependency-check": "~2.4.0",
6767
"gulp-bower": "~0.0.10",
6868
"gulp-doctoc": "^0.1.2",
69-
"gulp-istanbul": "~0.8.1",
69+
"gulp-istanbul": "~0.10.0",
7070
"gulp-jscs": "~1.5.1",
71-
"gulp-jshint": "~1.10.0",
72-
"gulp-mocha": "~2.0.1",
73-
"gulp-ng-annotate": "~0.5.2",
74-
"gulp-plumber": "~1.0.0",
71+
"gulp-jshint": "~1.11.0",
72+
"gulp-mocha": "~2.1.1",
73+
"gulp-ng-annotate": "~1.0.0",
74+
"gulp-plumber": "~1.0.1",
7575
"gulp-replace": "^0.5.3",
76-
"istanbul": "~0.3.13",
76+
"istanbul": "~0.3.14",
7777
"jscs": "~1.11.3",
78-
"karma": "~0.12.31",
79-
"karma-coverage": "~0.3.0",
78+
"karma": "~0.12.36",
79+
"karma-coverage": "~0.3.1",
8080
"karma-mocha": "~0.1.10",
8181
"karma-mocha-reporter": "~1.0.2",
82-
"karma-phantomjs-launcher": "~0.1.4",
82+
"karma-phantomjs-launcher": "~0.2.0",
8383
"karma-sinon-chai": "~0.3.0",
84-
"main-bower-files": "~2.6.2",
84+
"main-bower-files": "~2.8.0",
8585
"multiline": "~1.0.2",
86-
"proxyquire": "~1.4.0",
86+
"proxyquire": "~1.5.0",
8787
"requirefrom": "~0.2.0",
8888
"sinon": "~1.14.1",
89-
"sinon-chai": "~2.7.0"
89+
"sinon-chai": "~2.8.0"
9090
},
9191
"scripts": {
9292
"pretest": "gulp clean-coverage",

0 commit comments

Comments
 (0)