From ea27f20c1c4c4d452c7f3e3109433c9d13228caa Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 07:04:27 +0000 Subject: [PATCH] Bump react-scripts from 3.4.4 to 4.0.1 Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.4.4 to 4.0.1. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/master/CHANGELOG-3.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@4.0.1/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 0bfdb9b..d4e68c2 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "react-icons": "^3.9.0", "react-image-fallback": "^8.0.0", "react-router-dom": "^5.2.0", - "react-scripts": "^3.3.1" + "react-scripts": "^4.0.1" }, "scripts": { "start": "react-scripts start",