From c5f7b5087e697b08e52f499ac21756fcc0ce681c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 Dec 2025 06:53:11 +0000 Subject: [PATCH] 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 8a17f4c..ecc29fb 100644 --- a/package.json +++ b/package.json @@ -53,6 +53,6 @@ "lodash": "^4.17.15", "prop-types": "^15.7.2", "redux": "^4.0.4", - "redux-thunk": "^2.0.1" + "redux-thunk": "^3.0.0" } }