diff --git a/package-lock.json b/package-lock.json index 26c9fb596..f751a7bba 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13183,9 +13183,9 @@ } }, "redux-thunk": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.1.tgz", - "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==" + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", + "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==" }, "reflect.ownkeys": { "version": "0.2.0", diff --git a/package.json b/package.json index bd1a94b58..56159a9a8 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "react-intl": "6.2.1", "react-redux": "8.0.4", "redux": "4.2.0", - "redux-thunk": "2.4.1", + "redux-thunk": "2.4.2", "resolve": "1.22.1", "sass": "1.50.0", "sass-loader": "13.2.0",