From 121015e5f722d319b64b91941b547bb259e93e7f Mon Sep 17 00:00:00 2001 From: Bryan Stoner Date: Mon, 12 Aug 2019 11:17:37 -0400 Subject: [PATCH] update dependencies --- package.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index f479b81..9ee5cb7 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,19 @@ "gulpplugin" ], "dependencies": { - "concat-with-sourcemaps": "^1.0.0", - "through2": "^2.0.0", - "vinyl": "^2.0.0" + "concat-with-sourcemaps": "^1.1.0", + "through2": "^3.0.1", + "vinyl": "^2.2.0" }, "devDependencies": { - "gulp": "^3.8.7", - "gulp-sourcemaps": "^2.2.0", + "gulp": "^4.0.2", + "gulp-sourcemaps": "^2.6.5", "istanbul": "^0.4.5", - "mocha": "^3.0.0", - "mocha-lcov-reporter": "^1.2.0", - "should": "^11.0.0", - "stream-array": "^1.0.1", - "stream-assert": "^2.0.1" + "mocha": "^6.2.0", + "mocha-lcov-reporter": "^1.3.0", + "should": "^13.2.3", + "stream-array": "^1.1.2", + "stream-assert": "^2.0.3" }, "scripts": { "test": "mocha",