From 458eb23ece3fe938405b23dd57c88512b3fe2984 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 02:49:01 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7a90ccc..af0c4ea 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "@google-cloud/vision": "^0.8.0", "express": "^4.14.1", "gm": "^1.23.0", - "lodash": "^4.17.4", + "lodash": "^4.17.12", "multer": "^1.3.0", "nconf": "^0.8.4", "pubnub": "^4.4.4",