From 44bee3ae2a486e5cfc70d6b7c2db9136a2eee07b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Aug 2018 04:44:30 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c786a80..3f8117d 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-addons-css-transition-group": "^15.6.2", "react-dom": "^16.2.0", "react-redux": "^5.0.6", - "react-scripts": "1.1.1", + "react-scripts": "1.1.5", "react-table": "^6.7.6", "redux": "^3.7.2", "redux-logger": "^3.0.6",