From cfb7bbac9319197b5f30d06b7b33d59ad5934b19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 09:18:47 +0000 Subject: [PATCH] Bump react-scripts from 3.3.1 to 3.4.3 Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.3.1 to 3.4.3. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/create-react-app/commits/HEAD/packages/react-scripts) Signed-off-by: dependabot-preview[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 825ed26074..d925e01006 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "dependencies": { "react": "^16.0.0", "react-dom": "^16.0.0", - "react-scripts": "3.3.1" + "react-scripts": "3.4.3" }, "scripts": { "start": "react-scripts start",