From c6af0f7a640666df0c81455fafc2627aa5dace66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:21:13 +0000 Subject: [PATCH] fix(deps): update dependency redux-thunk to v3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd96bdcd6..83490afc6 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "redux": "4.2.1", "redux-logger": "3.0.6", "redux-saga": "1.3.0", - "redux-thunk": "2.4.2", + "redux-thunk": "3.1.0", "regenerator-runtime": "0.14.1", "reselect": "4.1.8", "universal-cookie": "4.0.4"