diff --git a/package-lock.json b/package-lock.json index 5f6cdd1..95eaa5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "redux": "^4.2.0", - "redux-thunk": "^2.4.1" + "redux-thunk": "^2.4.2" } }, "node_modules/@ampproject/remapping": { @@ -14511,9 +14511,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" } @@ -27370,9 +27370,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 3a35f93..e71adfa 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "react-router-dom": "^6.3.0", "react-scripts": "^5.0.1", "redux": "^4.2.0", - "redux-thunk": "^2.4.1" + "redux-thunk": "^2.4.2" }, "scripts": { "start": "react-scripts start",