From f7a583095a8cbb14ebbfd6cbe0bb6b8b7793d05a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Oct 2022 12:10:25 +0000 Subject: [PATCH] Bump react-redux from 7.1.3 to 8.0.4 Bumps [react-redux](https://github.com/reduxjs/react-redux) from 7.1.3 to 8.0.4. - [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.4) --- 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..d965c77d2 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.4", "redux": "^4.1.0", "sqlstring": "^2.3.2" },