From 3187292fd5abc7cf0b7756496a41ec513926a0ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 20 Feb 2018 06:14:11 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 Latest report for labshare/services-cache: https://snyk.io/test/github/labshare/services-cache --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 359c405..0d288e3 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "license": "MIT", "dependencies": { "express": "4.16.0", - "lodash": "4.16.6", + "lodash": "4.17.5", "q": "1.4.1", "redis": "2.6.3" },