From 0cb5d008880101f8284761592121db4ae54b4531 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jul 2025 09:42:35 +0000 Subject: [PATCH] fix: upgrade redux from 3.0.0 to 3.7.2 Snyk has created this PR to upgrade redux from 3.0.0 to 3.7.2. See this package in npm: redux See this project in Snyk: https://app.snyk.io/org/ivn-cote/project/eb8dabbb-af15-4d5d-9501-2ad6c6ef3692?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/react-todomvc/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/react-todomvc/package.json b/examples/react-todomvc/package.json index 145a1b1..6a59da4 100644 --- a/examples/react-todomvc/package.json +++ b/examples/react-todomvc/package.json @@ -31,7 +31,7 @@ "classnames": "2.1.2", "react": "15.1.0", "react-dom": "15.1.0", - "redux": "3.0.0", + "redux": "3.7.2", "react-redux": "3.0.1", "todomvc-app-css": "2.0.1" },