From 9e292b06ec47d0bac37f163fd5866239366c8095 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Aug 2018 08:59:02 +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 0c7ceb2e..c53cc5df 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "react-router": "^4.2.0", "react-router-dom": "^4.2.2", "react-rte": "^0.15.0", - "react-scripts": "1.0.17", + "react-scripts": "1.1.5", "react-select": "^1.1.0", "redux": "^3.7.2", "redux-logger": "^3.0.6",