diff --git a/package.json b/package.json index e50352e0c..1c666104b 100644 --- a/package.json +++ b/package.json @@ -78,7 +78,7 @@ "react-transition-group": "^2.3.1", "redux": "^3.7.2", "redux-immutable-state-invariant": "^2.1.0", - "redux-thunk": "^2.0.1", + "redux-thunk": "2.3.0", "rollbar-sourcemap-webpack-plugin": "^2.3.0", "sass-loader": "7.0.3", "stats-webpack-plugin": "0.6.2", diff --git a/yarn.lock b/yarn.lock index 8cf25c19c..b016ed3c1 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6086,9 +6086,9 @@ redux-immutable-state-invariant@^2.1.0: invariant "^2.1.0" json-stringify-safe "^5.0.1" -redux-thunk@^2.0.1: - version "2.2.0" - resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.2.0.tgz#e615a16e16b47a19a515766133d1e3e99b7852e5" +redux-thunk@2.3.0: + version "2.3.0" + resolved "https://registry.yarnpkg.com/redux-thunk/-/redux-thunk-2.3.0.tgz#51c2c19a185ed5187aaa9a2d08b666d0d6467622" redux@^3.7.2: version "3.7.2"