From 2f9c44cd07aecc0181ebccdd93539c2ce1e2f658 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 00:49:36 +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 stanzhengdev/itsdone: https://snyk.io/test/github/stanzhengdev/itsdone --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a608fef..5c0aa44 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "ejs": "^2.5.5", "express": "~4.16.0", "express-session": "~1.15.6", - "lodash": "^2.4.1", + "lodash": "^4.17.5", "method-override": "~2.3.10", "moment": "~2.19.3", "mongoose": "~4.11.14",