From 0719bd626c5a7dd78bec2b3f15c6053bd4b7c555 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jul 2025 09:42:43 +0000 Subject: [PATCH] fix: upgrade todomvc-app-css from 2.0.1 to 2.4.3 Snyk has created this PR to upgrade todomvc-app-css from 2.0.1 to 2.4.3. See this package in npm: todomvc-app-css 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..b7d5fea 100644 --- a/examples/react-todomvc/package.json +++ b/examples/react-todomvc/package.json @@ -33,7 +33,7 @@ "react-dom": "15.1.0", "redux": "3.0.0", "react-redux": "3.0.1", - "todomvc-app-css": "2.0.1" + "todomvc-app-css": "2.4.3" }, "devDependencies": { "babel-core": "^6.3.0",