diff --git a/package-lock.json b/package-lock.json index 5a62a26..d1b066b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "react-scripts": "^5.0.1", "react-slick": "^0.29.0", "redux": "^4.2.0", - "redux-thunk": "^2.4.1", + "redux-thunk": "^2.4.2", "slick-carousel": "^1.8.1" }, "devDependencies": { @@ -16118,9 +16118,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" } @@ -30549,9 +30549,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": {} }, "regenerate": { diff --git a/package.json b/package.json index 50cd4be..d74fd8a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "react-scripts": "^5.0.1", "react-slick": "^0.29.0", "redux": "^4.2.0", - "redux-thunk": "^2.4.1", + "redux-thunk": "^2.4.2", "slick-carousel": "^1.8.1" }, "scripts": {