From af937ff42927261c1c5bcf6c8da2d0fb143f9301 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 8 Mar 2021 08:35:36 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-GLOBPARENT-1016905 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ef45ae..c86307a 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", @@ -36,7 +36,7 @@ "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",