From a1afc6a1ec90e94d2ff93b2599099713a73d5a16 Mon Sep 17 00:00:00 2001 From: Teoh Han Hui Date: Thu, 20 Apr 2017 19:31:31 +0800 Subject: [PATCH] Update dependencies with warning (security vulnerabilities / compatibility) --- package.json | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dc25cbb..ba6bb85 100644 --- a/package.json +++ b/package.json @@ -31,13 +31,13 @@ "concat-stream": "~1.4.5", "errorhandler": "^1.0.1", "express": "^4.9.7", - "glob": "~3.2.9", + "glob": "^7.1.1", "image-type": "^2.0.2", "lodash": "~2.4.1", "map-stream": "~0.1.0", "mkdirp": "^0.5.0", "morgan": "^1.7.0", - "request": "~2.34.0", + "request": "^2.81.1", "sharp": "^0.16.0", "twit": "~1.1.15" }, @@ -46,12 +46,13 @@ "connect-livereload": "~0.3.2", "dotenv": "~0.2.8", "ejs": "~1.0.0", - "gulp": "^3.8.10", + "gulp": "^3.9.1", "gulp-bump": "^0.1.8", - "gulp-jshint": "~1.4.2", - "gulp-mocha": "~0.4.1", + "gulp-jshint": "^2.0.4", + "gulp-mocha": "^4.3.0", "gulp-nodemon": "~1.0.0", "gulp-util": "~2.2.14", + "jshint": "^2.9.4", "jshint-stylish": "~0.1.5", "sandboxed-module": "^1.0.0", "sinon": "~1.8.2",