From 450fea1342b5abc98cfe26c574d3efdb96ee7880 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jan 2024 02:29:48 +0000 Subject: [PATCH] build(deps): bump react-redux from 8.1.3 to 9.1.0 in /www Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.3 to 9.1.0. - [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.1.3...v9.1.0) --- updated-dependencies: - dependency-name: react-redux dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- www/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/package.json b/www/package.json index db6adc0e..4be1e7c0 100644 --- a/www/package.json +++ b/www/package.json @@ -21,7 +21,7 @@ "next": "^12.2.2", "react": "^18.0.0", "react-dom": "^18.0.0", - "react-redux": "^8.0.1", + "react-redux": "^9.1.0", "redux": "^4.1.1", "redux-thunk": "^2.3.0", "sass": "^1.55.0"