From 34a11f6ff67f4b8bc5b28d618e9213c8a62382b9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 29 Apr 2024 22:44:34 +0000 Subject: [PATCH] fix(deps): update dependency redux-thunk to v2.4.2 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c24814d..03287e9 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-router": "4.4.0-beta.8", "react-router-dom": "4.4.0-beta.8", "redux": "4.2.1", - "redux-thunk": "2.4.1", + "redux-thunk": "2.4.2", "sanitize.css": "11.0.1", "serve": "10.1.2" }, diff --git a/yarn.lock b/yarn.lock index 0a3976f..7a57018 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7702,10 +7702,10 @@ redux-seamless-immutable@^0.4.0: react-router-redux "^4.0.0" seamless-immutable "^7.1.2" -redux-thunk@2.4.1: - version "2.4.1" - resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.1.tgz#0dd8042cf47868f4b29699941de03c9301a75714" - integrity sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q== +redux-thunk@2.4.2: + version "2.4.2" + resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.4.2.tgz#b9d05d11994b99f7a91ea223e8b04cf0afa5ef3b" + integrity sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q== redux@4.2.1: version "4.2.1"