From b354952767a8f519b56ecb7dd55408881f916e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Dec 2023 02:37:57 +0000 Subject: [PATCH] build(deps): bump react-redux from 8.1.3 to 9.0.4 in /www Bumps [react-redux](https://github.com/reduxjs/react-redux) from 8.1.3 to 9.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/v8.1.3...v9.0.4) --- 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..5a04aad7 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.0.4", "redux": "^4.1.1", "redux-thunk": "^2.3.0", "sass": "^1.55.0"