From 84315f41ac1923fd95833b2c81e24b0c6432d655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Feb 2022 19:58:04 +0000 Subject: [PATCH] chore(deps): bump react-scripts from 3.4.4 to 5.0.0 Bumps [react-scripts](https://github.com/facebook/create-react-app/tree/HEAD/packages/react-scripts) from 3.4.4 to 5.0.0. - [Release notes](https://github.com/facebook/create-react-app/releases) - [Changelog](https://github.com/facebook/create-react-app/blob/main/CHANGELOG-3.x.md) - [Commits](https://github.com/facebook/create-react-app/commits/react-scripts@5.0.0/packages/react-scripts) --- updated-dependencies: - dependency-name: react-scripts dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3efe2c61d9..5a584d03f2 100644 --- a/package.json +++ b/package.json @@ -34,7 +34,7 @@ "react-redux": "~7.2.0", "react-router": "~5.2.0", "react-router-dom": "~5.3.0", - "react-scripts": "~3.4.0", + "react-scripts": "~5.0.0", "redux": "~4.1.0", "redux-thunk": "~2.4.0", "relational-pouch": "~4.0.0",