From 0e8a5bbc75f715dea3796d5c2c732b7be68989f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 09:49:11 +0000 Subject: [PATCH] fix(deps): update dependency react-redux to v9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f00fb4fe..efd45e56f 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "react": "17.0.2", "react-dom": "17.0.2", "react-helmet": "6.1.0", - "react-redux": "7.2.9", + "react-redux": "9.1.2", "react-router": "^6.25.1", "react-router-dom": "^6.25.1", "react-router-hash-link": "2.4.3",