diff --git a/example-app/package.json b/example-app/package.json index b95068b5..d50fbbe3 100644 --- a/example-app/package.json +++ b/example-app/package.json @@ -25,7 +25,7 @@ "react-redux": "8.0.2", "react-router-dom": "6.3.0", "react-scripts": "5.0.1", - "redux": "4.2.0", + "redux": "4.2.1", "redux-pending-effects": "*", "redux-promise-middleware": "6.1.2", "redux-saga": "1.1.3", diff --git a/example-app/yarn.lock b/example-app/yarn.lock index 005b0212..8a387290 100644 --- a/example-app/yarn.lock +++ b/example-app/yarn.lock @@ -9221,10 +9221,10 @@ redux-thunk@2.4.1, 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@4.2.0: - version "4.2.0" - resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.0.tgz#46f10d6e29b6666df758780437651eeb2b969f13" - integrity sha512-oSBmcKKIuIR4ME29/AeNUnl5L+hvBq7OaJWzaptTQJAntaPvxIJqfnjbaEiCzzaIz+XmVILfqAM3Ob0aXLPfjA== +redux@4.2.1: + version "4.2.1" + resolved "https://registry.yarnpkg.com/redux/-/redux-4.2.1.tgz#c08f4306826c49b5e9dc901dee0452ea8fce6197" + integrity sha512-LAUYz4lc+Do8/g7aeRa8JkyDErK6ekstQaqWQrNRW//MY1TvCEpMtpTWvlQ+FPbWCx+Xixu/6SHt5N0HR+SB4w== dependencies: "@babel/runtime" "^7.9.2"