From 875b8148242ff080ef7287fd011ac987cc00455c Mon Sep 17 00:00:00 2001 From: greenkeeperio-bot Date: Thu, 1 Sep 2016 16:01:45 -0700 Subject: [PATCH] chore(package): update dependencies https://greenkeeper.io/ --- package.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 12d8dbd..3873edd 100644 --- a/package.json +++ b/package.json @@ -4,16 +4,16 @@ "description": "PHP Codeception plugin for Gulp", "main": "index.js", "dependencies": { - "map-stream": "0.0.4", - "gulp-util": "~2.2.14" + "map-stream": "0.0.6", + "gulp-util": "~3.0.7" }, "devDependencies": { - "jshint": "~2.4.4", - "mocha": "~1.17.1", - "should": "~3.1.2", - "gulp-shell": "^0.2.4", + "jshint": "~2.9.3", + "mocha": "~3.0.2", + "should": "~11.1.0", + "gulp-shell": "^0.5.2", "gulp": "^3.5.5", - "gulp-notify": "^1.0.0-beta" + "gulp-notify": "^2.2.0" }, "scripts": { "test": "mocha --reporter spec && jshint ./*.js && jshint ./test/*.js"