From 94eaed0b2c9525a26b93cf45bc18e6e3a386f320 Mon Sep 17 00:00:00 2001 From: "Fedor A. Fetisov" Date: Tue, 30 Oct 2018 03:21:01 +0300 Subject: [PATCH] Update lodash dependency --- src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/package.json b/src/package.json index d8a35beb..93f4ff9c 100644 --- a/src/package.json +++ b/src/package.json @@ -20,7 +20,7 @@ "run-sequence": "^1.1.0", "through2": "^0.6.5", "pofile": "^0.2.12", - "lodash": "^3.9.3", + "lodash": ">=4.17.5", "strftime": "^0.9.2", "del": "^1.2.0", "event-stream": "^3.3.1",