diff --git a/examples/CatApi/package-lock.json b/examples/CatApi/package-lock.json index 9545b81f..c80a4051 100644 --- a/examples/CatApi/package-lock.json +++ b/examples/CatApi/package-lock.json @@ -6622,9 +6622,9 @@ } }, "redux-thunk": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.2.0.tgz", - "integrity": "sha1-5hWhbha0ehmlFXZhM9Hj6Zt4UuU=" + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.4.1.tgz", + "integrity": "sha512-OOYGNY5Jy2TWvTL1KgAlVy6dcx3siPJ1wTq741EPyUKfn6W6nChdICjZwCd0p8AZBs5kWpZlbkXW2nE/zjUa+Q==" }, "regenerate": { "version": "1.4.0", diff --git a/examples/CatApi/package.json b/examples/CatApi/package.json index 93a3c853..a1ff9433 100644 --- a/examples/CatApi/package.json +++ b/examples/CatApi/package.json @@ -14,7 +14,7 @@ "proton-native": "^2.0.0", "react-redux": "^7.0.0", "redux": "^4.0.0", - "redux-thunk": "^2.2.0" + "redux-thunk": "^2.4.1" }, "devDependencies": { "@babel/cli": "^7.4.4",