From 36b944789f2934ea6429e8f43afa90e550fde9b1 Mon Sep 17 00:00:00 2001 From: snyk-test Date: Sun, 11 Aug 2019 22:47:36 +0000 Subject: [PATCH] chore: upgrade react-scripts from 2.0.5 to 2.1.8 Snyk have raised this PR to upgrade react-scripts from 2.0.5 to 2.1.8. See this package in NPM: https://www.npmjs.com/package/react-scripts See this project in Snyk: https://app.snyk.io/org/omri-demo/project/3b56553d-1dfd-4fe9-9dc8-19e82d15e229?utm_source=github&utm_medium=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ebb9b21..2076173 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "helmet": "^3.14.0", "react": "^16.5.2", "react-dom": "^16.5.2", - "react-scripts": "2.0.5" + "react-scripts": "2.1.8" }, "devDependencies": { "concurrently": "^4.0.1"