From c2840cfaa89fb41b8235404e26e47525cba4d17b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Feb 2018 23:05:32 +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 soenkekluth/pmvc-react: https://snyk.io/test/github/soenkekluth/pmvc-react --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba630e4..a16280c 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "core-decorators": "0.14.0", "hoist-non-react-statics": "1.2.0", "invariant": "2.2.1", - "lodash": "4.16.5", + "lodash": "4.17.5", "object-assign": "4.1.0", "pmvc": "1.4.0", "react": "15.3.2",