From f7ca9a0605a8f68399c65877f83f6a03fe377c1f Mon Sep 17 00:00:00 2001 From: Sacha Delanoue Date: Thu, 25 May 2023 23:11:05 +0200 Subject: [PATCH] update redux-thunk to 2.4.2 to silence errors --- package.json | 2 +- yarn.lock | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 82a34bb..d455f63 100644 --- a/package.json +++ b/package.json @@ -123,7 +123,7 @@ "react-toastify": "^8.1.0", "readline": "^1.3.0", "redux-devtools-extension": "^2.13.9", - "redux-thunk": "^2.3.0", + "redux-thunk": "^2.4.2", "serialize-javascript": "^6.0.0", "serve-favicon": "^2.5.0", "web-push": "^3.4.5", diff --git a/yarn.lock b/yarn.lock index 9b2a16f..8963fcf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8956,11 +8956,16 @@ redux-mock-store@^1.5.4: dependencies: lodash.isplainobject "^4.0.6" -redux-thunk@^2.3.0, redux-thunk@^2.4.1: +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.0.0, redux@^4.0.5, redux@^4.1.2: version "4.2.0" resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.0.tgz#46f10d6e29b6666df758780437651eeb2b969f13"