From 5a7c0326aba2fc38e7e2eaf4d3eb1fe2c2cc13eb Mon Sep 17 00:00:00 2001 From: Janny Date: Fri, 1 Mar 2019 14:29:56 -0500 Subject: [PATCH] fix: update lodash (#1696) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b498adf2..cf17c165 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "debug": "^4.1.0", "depd": "^2.0.0", "inflection": "^1.6.0", - "lodash": "^4.17.4", + "lodash": "^4.17.11", "loopback-connector": "^4.4.0", "minimatch": "^3.0.3", "qs": "^6.5.0",