From f5a04a59d8ad65c76527e8c4fd637c6df21a82bb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Aug 2020 08:42:14 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-590103 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ba630e4..0ad6921 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.20", "object-assign": "4.1.0", "pmvc": "1.4.0", "react": "15.3.2",