From e898ac395f0fdcbac809aac3c78ec88803e5ffd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Feb 2021 05:00:56 +0000 Subject: [PATCH] Bump react-scripts from 3.3.1 to 4.0.2 in /packages/dashboard Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.3.1 to 4.0.2. - [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.2/packages/react-scripts) Signed-off-by: dependabot[bot] --- packages/dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 66c9b7d4..b3714eaa 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -10,7 +10,7 @@ "react-dom": "^16.12.0", "react-feather": "^2.0.3", "react-router-dom": "^5.0.1", - "react-scripts": "3.3.1", + "react-scripts": "4.0.2", "styled-components": "^4.4.1", "urql": "^1.8.2" },