From 07f78231baa3c40e34455f7fc76ca5583b8e27db Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 19 Feb 2018 02:47:24 +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 ice-services/moleculer-web: https://snyk.io/test/github/ice-services/moleculer-web --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d7892c6c..fe651980 100644 --- a/package.json +++ b/package.json @@ -57,7 +57,7 @@ "body-parser": "1.18.2", "es6-error": "4.1.1", "isstream": "0.1.2", - "lodash": "4.17.4", + "lodash": "4.17.5", "nanomatch": "1.2.7", "path-to-regexp": "1.7.0", "serve-static": "1.13.1"