From a95f70b22277001906ff599ad59021460540cd9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:43:36 +0000 Subject: [PATCH] build(deps): bump redux-thunk from 2.4.1 to 3.1.0 Bumps [redux-thunk](https://github.com/reduxjs/redux-thunk) from 2.4.1 to 3.1.0. - [Release notes](https://github.com/reduxjs/redux-thunk/releases) - [Commits](https://github.com/reduxjs/redux-thunk/compare/v2.4.1...v3.1.0) --- updated-dependencies: - dependency-name: redux-thunk dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- apps/Conduit-UI/package.json | 2 +- yarn.lock | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/Conduit-UI/package.json b/apps/Conduit-UI/package.json index 874ccbc75..af3f489b1 100644 --- a/apps/Conduit-UI/package.json +++ b/apps/Conduit-UI/package.json @@ -64,7 +64,7 @@ "reactflow": "^11.7.0", "redux": "^4.0.5", "redux-devtools-extension": "^2.13.8", - "redux-thunk": "^2.4.1", + "redux-thunk": "^3.1.0", "swr": "^0.5.7", "unimported": "^1.19.1", "uuid": "^8.3.2" diff --git a/yarn.lock b/yarn.lock index fbbc8b9c7..dddc340f1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7786,6 +7786,11 @@ redux-thunk@^2.4.1: resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.1.tgz#0dd8042cf47868f4b29699941de03c9301a75714" integrity sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q== +redux-thunk@^3.1.0: + version "3.1.0" + resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-3.1.0.tgz#94aa6e04977c30e14e892eae84978c1af6058ff3" + integrity sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw== + redux@*, redux@^4.0.0, redux@^4.0.4, redux@^4.0.5, redux@^4.1.2: version "4.1.2" resolved "https://registry.yarnpkg.com/redux/-/redux-4.1.2.tgz#140f35426d99bb4729af760afcf79eaaac407104"