From 12f9d4bc58d7c2edeca726cdd0afbc4a564e26d3 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Thu, 11 Jul 2019 08:34:59 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7ef45ae..7e0b7e5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "dependencies": { "node-zookeeper-client": "0.2.2", "array-find": "~1.0.0", - "babel": "5.8.23", + "babel": "6.0.0", "babel-plugin-flow-comments": "~1.0.9", "classnames": "2.1.3", "d3": "~3.5.6", @@ -31,12 +31,12 @@ "fastclick": "1.0.6", "flux": "2.1.1", "is-plain-object": "~2.0.1", - "lodash": "3.10.1", + "lodash": "4.17.12", "material-ui": "0.11.1", "node-sass": "~3.3.0", "normalize.css": "3.0.3", "object-assign": "~4.0.1", - "radium": "~0.14.1", + "radium": "~0.16.0", "react": "0.13.3", "react-motion": "^0.3.0", "react-router": "0.13.3",