From 5988faa773995026eb68b1280919c0ecc35c1aa4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 Aug 2018 05:46:21 +0000 Subject: [PATCH] fix: web/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:braces:20180219 --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index edfdf68f..8a59a71a 100644 --- a/web/package.json +++ b/web/package.json @@ -32,7 +32,7 @@ "eslint-plugin-import": "^2.2.0", "eslint-plugin-jsx-a11y": "^5.0.1", "eslint-plugin-react": "^7.0.1", - "react-scripts": "1.1.1" + "react-scripts": "1.1.5" }, "scripts": { "start": "react-scripts start",