From 8dd3875ccecb7ef9378f8a8ec413698f582257bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 12:18:17 +0000 Subject: [PATCH] Bump react-redux from 7.1.3 to 8.0.5 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.1.3 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/v7.1.3...v8.0.5) --- updated-dependencies: - dependency-name: react-redux 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 fc35448d2..7e1347c97 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ "lodash": "^4.17.21", "moment": "^2.29.1", "prop-types": "^15.7.2", - "react-redux": "~7.1.3", + "react-redux": "~8.0.5", "redux": "^4.1.0", "sqlstring": "^2.3.2" },