From 8de03c597c855583947dac712960a3fbc5ff4916 Mon Sep 17 00:00:00 2001 From: Brandon Shelley Date: Thu, 7 Feb 2019 11:51:30 -0800 Subject: [PATCH] Fix vulnerability in lodash <4.17.11 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 22011d9..52811ab 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "async": "latest", "file": "latest", "file-type": "^3.4.0", - "lodash": "~4.0", + "lodash": ">=4.17.11", "lodash-inflection": "latest", "lodash-uuid": "latest", "read-chunk": "^1.0.1",