From e7375816415ef0e5a0489edb4f099025286fcc56 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 22 Jul 2025 09:42:39 +0000 Subject: [PATCH] fix: upgrade classnames from 2.1.2 to 2.5.1 Snyk has created this PR to upgrade classnames from 2.1.2 to 2.5.1. See this package in npm: classnames 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..7bb3b49 100644 --- a/examples/react-todomvc/package.json +++ b/examples/react-todomvc/package.json @@ -28,7 +28,7 @@ }, "homepage": "https://github.com/gaearon/redux#readme", "dependencies": { - "classnames": "2.1.2", + "classnames": "2.5.1", "react": "15.1.0", "react-dom": "15.1.0", "redux": "3.0.0",