From bdb01e0aafa534912988126049bc0526552f557e Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 03:42:57 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-450202 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index aa7dc1a015..755b832182 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "fela-plugin-rtl": "^1.0.6", "hoist-non-react-statics": "^2.5.0", "keyboard-key": "^1.0.1", - "lodash": "^4.17.10", + "lodash": "^4.17.12", "normalize.css": "^8.0.0", "prop-types": "^15.6.1", "react-fela": "^7.2.0"