From 23e446ad326c2f5ff0cb9de7ea9b49f560721a61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Aug 2018 05:37:23 +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 73e9655..c94fc04 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "react": "^16.3.1", "react-dom": "^16.3.1", - "react-scripts": "1.1.4" + "react-scripts": "1.1.5" }, "scripts": { "start": "react-scripts start",