Skip to content

Commit ff33498

Browse files
authored
Merge pull request #36 from teohhanhui/master
Update dependencies with warning (security vulnerabilities / …
2 parents 9396a9c + a1afc6a commit ff33498

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

+6-5
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
"concat-stream": "~1.4.5",
3232
"errorhandler": "^1.0.1",
3333
"express": "^4.9.7",
34-
"glob": "~3.2.9",
34+
"glob": "^7.1.1",
3535
"image-type": "^2.0.2",
3636
"lodash": "~2.4.1",
3737
"map-stream": "~0.1.0",
3838
"mkdirp": "^0.5.0",
3939
"morgan": "^1.7.0",
40-
"request": "~2.34.0",
40+
"request": "^2.81.1",
4141
"sharp": "^0.16.0",
4242
"twit": "~1.1.15"
4343
},
@@ -46,12 +46,13 @@
4646
"connect-livereload": "~0.3.2",
4747
"dotenv": "~0.2.8",
4848
"ejs": "~1.0.0",
49-
"gulp": "^3.8.10",
49+
"gulp": "^3.9.1",
5050
"gulp-bump": "^0.1.8",
51-
"gulp-jshint": "~1.4.2",
52-
"gulp-mocha": "~0.4.1",
51+
"gulp-jshint": "^2.0.4",
52+
"gulp-mocha": "^4.3.0",
5353
"gulp-nodemon": "~1.0.0",
5454
"gulp-util": "~2.2.14",
55+
"jshint": "^2.9.4",
5556
"jshint-stylish": "~0.1.5",
5657
"sandboxed-module": "^1.0.0",
5758
"sinon": "~1.8.2",

0 commit comments

Comments
 (0)