From 2eebd4914c54c5e5d7bda324437545501e115f31 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Sep 2018 02:05:33 +0000 Subject: [PATCH] fix: examples/create-react-app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-WEBPACKDEVSERVER-72405 - https://snyk.io/vuln/npm:braces:20180219 - https://snyk.io/vuln/npm:eslint:20180222 --- examples/create-react-app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/create-react-app/package.json b/examples/create-react-app/package.json index dfe78e9bad921d..32f0903d026342 100644 --- a/examples/create-react-app/package.json +++ b/examples/create-react-app/package.json @@ -6,7 +6,7 @@ "material-ui": "next", "react": "latest", "react-dom": "latest", - "react-scripts": "latest" + "react-scripts": "2.0.0" }, "scripts": { "start": "react-scripts start",