diff --git a/package-lock.json b/package-lock.json index 89771595..c100c66a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -41,7 +41,7 @@ "redux-logger": "3.0.6", "redux-mock-store": "1.5.4", "redux-saga": "1.1.3", - "redux-thunk": "2.4.1", + "redux-thunk": "2.4.2", "regenerator-runtime": "0.13.9", "reselect": "4.1.6", "sanitize-html": "2.7.1", @@ -23757,9 +23757,9 @@ } }, "node_modules/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==", "peerDependencies": { "redux": "^4" } @@ -46154,9 +46154,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==", "requires": {} }, "reflect.ownkeys": { diff --git a/package.json b/package.json index 9ecbdb66..d517ffda 100644 --- a/package.json +++ b/package.json @@ -64,7 +64,7 @@ "redux-logger": "3.0.6", "redux-mock-store": "1.5.4", "redux-saga": "1.1.3", - "redux-thunk": "2.4.1", + "redux-thunk": "2.4.2", "regenerator-runtime": "0.13.9", "reselect": "4.1.6", "sanitize-html": "2.7.1",