From f773c6b1cd188843a74f321b010c4be5ae807e48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Feb 2018 01:25:29 +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/monarchs-can-hack: https://snyk.io/test/github/stanzhengdev/monarchs-can-hack --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1727175..80e9845 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "debug": "~2.1.1", "ejs": "~2.1.4", "express": "~4.11.0", - "lodash": "^3.5.0", + "lodash": "^4.17.5", "morgan": "~1.5.1", "serve-favicon": "~2.2.0", "twitter": "^1.2.5"