From 61e0d9ca41c9c25ad9683e77e0c0c53f5f9d458f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 19 Jun 2022 21:58:52 +0000 Subject: [PATCH] fix: upgrade redux-thunk from 2.2.0 to 2.4.1 Snyk has created this PR to upgrade redux-thunk from 2.2.0 to 2.4.1. See this package in npm: https://www.npmjs.com/package/redux-thunk See this project in Snyk: https://app.snyk.io/org/hotsnow199/project/00c67c0d-359d-4c1c-b606-999f0e1b3a7d?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/CatApi/package-lock.json | 6 +++--- examples/CatApi/package.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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",