From d8e7f199eb3025e1107651cb896e2184ce164593 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Feb 2021 06:47:23 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-1018905 - https://snyk.io/vuln/SNYK-JS-LODASH-1040724 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 8257aaf..d8b45e8 100644 --- a/package.json +++ b/package.json @@ -19,13 +19,13 @@ "npm": ">= 2.1" }, "dependencies": { - "babel": "5.8.3", + "babel": "6.0.0", "classnames": "2.1.2", "eventemitter3": "1.1.0", "express": "4.13.1", "fastclick": "1.0.6", "flux": "2.0.3", - "lodash": "3.10.0", + "lodash": "4.17.21", "material-ui": "0.10.1", "normalize.css": "3.0.3", "object-assign": "^3.0.0",