From d7158c1333ab546278d23503e8632019340dac15 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 8 Dec 2018 00:06:45 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:lodash:20180130 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bc37039..fb49adf 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ "express": "^4.14.0", "express-graphql": "^0.5.3", "graphql": "^0.6.0", - "lodash": "^4.17.4", + "lodash": "^4.17.5", "mongodb": "^2.2.30" }, "devDependencies": {