From 6a686457b171eb4bfa5c81f1c4262358c67475e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 18 Mar 2020 07:29:11 +0000 Subject: [PATCH] fix: upgrade react-scripts from 3.3.0 to 3.4.0 Snyk has created this PR to upgrade react-scripts from 3.3.0 to 3.4.0. See this package in NPM: https://www.npmjs.com/package/react-scripts See this project in Snyk: https://app.snyk.io/org/krishna.manchikalapudi/project/84e213bd-34dd-4406-ab72-c247a1edbd92?utm_source=github&utm_medium=upgrade-pr --- SocialAuth/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 SocialAuth/package.json diff --git a/SocialAuth/package.json b/SocialAuth/package.json old mode 100755 new mode 100644 index be70573..77a47e6 --- a/SocialAuth/package.json +++ b/SocialAuth/package.json @@ -8,7 +8,7 @@ "react-dom": "^16.11.0", "react-router-dom": "^5.1.2", "react-s-alert": "^1.4.1", - "react-scripts": "3.3.0" + "react-scripts": "3.4.0" }, "scripts": { "start": "react-scripts start",