From d70a1744c58f33b756284e25458dd494d3c51a62 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 12 Jan 2022 07:22:22 +0000 Subject: [PATCH] fix: upgrade redux from 4.0.5 to 4.1.2 Snyk has created this PR to upgrade redux from 4.0.5 to 4.1.2. See this package in npm: https://www.npmjs.com/package/redux See this project in Snyk: https://app.snyk.io/org/adamlaska.ivanov/project/303bc689-928a-4e6e-b2eb-1e964fbc8c3f?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/with-rematch/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-rematch/package.json b/examples/with-rematch/package.json index 812ecb67ee734..a57a9616214b5 100644 --- a/examples/with-rematch/package.json +++ b/examples/with-rematch/package.json @@ -11,7 +11,7 @@ "react": "^17.0.2", "react-dom": "^17.0.2", "react-redux": "7.2.0", - "redux": "4.0.5" + "redux": "4.1.2" }, "license": "MIT" }