From d88fc05a13c04bfddce288d2c6f8c8ec5627edef Mon Sep 17 00:00:00 2001 From: Katherine Date: Thu, 27 Jun 2019 15:39:11 -0400 Subject: [PATCH 1/2] updating lodash version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7b2b655..02d1d9b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "extend": "^2.0.0", "form-data2": "^1.0.0", "form-fix-array": "^1.0.0", - "lodash": "^2.4.1", + "lodash": "^4.17.10", "stream-length": "^1.0.2", "string": "^3.0.0", "through2-sink": "^1.0.0", From cc9c660b5a63631ebc99d1522fe548a7993776c8 Mon Sep 17 00:00:00 2001 From: Katherine Date: Tue, 13 Aug 2019 06:10:13 -0400 Subject: [PATCH 2/2] updating lodash to 4.17.15 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 02d1d9b..a39e569 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "extend": "^2.0.0", "form-data2": "^1.0.0", "form-fix-array": "^1.0.0", - "lodash": "^4.17.10", + "lodash": "^4.17.15", "stream-length": "^1.0.2", "string": "^3.0.0", "through2-sink": "^1.0.0",