From f9c255585466d86dda986e135ff3f65dda76c568 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 07:07:37 +0000 Subject: [PATCH] Bump react-redux from 8.0.4 to 8.0.5 in /front-end Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.0.4 to 8.0.5. - [Release notes](https://github.com/reduxjs/react-redux/releases) - [Changelog](https://github.com/reduxjs/react-redux/blob/master/CHANGELOG.md) - [Commits](https://github.com/reduxjs/react-redux/compare/v8.0.4...v8.0.5) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- front-end/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front-end/package.json b/front-end/package.json index 45967f78..67629582 100644 --- a/front-end/package.json +++ b/front-end/package.json @@ -28,7 +28,7 @@ "react-dom": "18.2.0", "react-hot-toast": "2.4.0", "react-i18next": "11.18.6", - "react-redux": "8.0.4", + "react-redux": "8.0.5", "react-router": "6.4.4", "react-router-dom": "6.4.1", "react-scripts": "5.0.1",