From ee01c0a2b69ee145c74d46c4306d4bf50ff43bca Mon Sep 17 00:00:00 2001 From: Milan Gardian Date: Mon, 23 Jun 2014 14:57:14 -0600 Subject: [PATCH] Update "through2" and "minimist" to match the current version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 355d2a7..af88096 100644 --- a/package.json +++ b/package.json @@ -11,10 +11,10 @@ "lodash.template": "^2.4.1", "lodash._reinterpolate": "^2.4.1", "vinyl": "^0.2.1", - "through2": "^0.4.0", + "through2": "^0.5.0", "dateformat": "^1.0.7-1.2.3", "multipipe": "^0.1.0", - "minimist": "^0.1.0" + "minimist": "^0.2.0" }, "devDependencies": { "mocha": "^1.17.0",