diff --git a/package-lock.json b/package-lock.json index 1124ead1..0d6c1bb9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "react-select": "~1.0.0-rc.3", "redux": "~3.6.0", "redux-devtools-extension": "~1.0.0", - "redux-thunk": "~2.4.2", + "redux-thunk": "~3.1.0", "zoo-grommet": "~0.3.5", "zooniverse-react-components": "~0.14.1" }, @@ -13159,11 +13159,11 @@ } }, "node_modules/redux-thunk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", - "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==", + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", + "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==", "peerDependencies": { - "redux": "^4" + "redux": "^5.0.0" } }, "node_modules/reflect.getprototypeof": { @@ -27203,9 +27203,9 @@ } }, "redux-thunk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.2.tgz", - "integrity": "sha512-+P3TjtnP0k/FEjcBL5FZpoovtvrTNT/UXd4/sluaSyrURlSlhLSzEdfsTBW7WsKB6yPvgd7q/iZPICFjW4o57Q==" + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-3.1.0.tgz", + "integrity": "sha512-NW2r5T6ksUKXCabzhL9z+h206HQw/NJkcLm1GPImRQ8IzfXwRGqjVhKJGauHirT0DAuyy6hjdnMZaRoAcy0Klw==" }, "reflect.getprototypeof": { "version": "1.0.4", diff --git a/package.json b/package.json index f4335b82..e99462b5 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "react-select": "~1.0.0-rc.3", "redux": "~3.6.0", "redux-devtools-extension": "~1.0.0", - "redux-thunk": "~2.4.2", + "redux-thunk": "~3.1.0", "zoo-grommet": "~0.3.5", "zooniverse-react-components": "~0.14.1" },