From ce3c1f8c5bf6d04fab6a0c7a23e7cca7725119eb Mon Sep 17 00:00:00 2001 From: Mark Evans Date: Wed, 28 Aug 2019 13:02:47 +0100 Subject: [PATCH] Bump Dependency Version Numbers --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1e36a1a..1bf8df7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "url": "https://github.com/heymdall/gulp-unique-files/issues" }, "dependencies": { - "lodash": "^3.6.0", - "through2": "^0.6.3" + "lodash": "^4.7.15", + "through2": "^3.0.1" } }