From f866b447f3579f773a81d661f09315bdaa65101e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 09:15:29 +0000 Subject: [PATCH] fix: upgrade react-credit-cards from 0.7.0 to 0.8.3 Snyk has created this PR to upgrade react-credit-cards from 0.7.0 to 0.8.3. See this package in npm: react-credit-cards See this project in Snyk: https://app.snyk.io/org/devhemea/project/015d5a1a-d6e0-4929-beb7-9e0469c0a6af?utm_source=github&utm_medium=referral&page=upgrade-pr --- examples/credit-card/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/credit-card/package.json b/examples/credit-card/package.json index 0281d75..ee33e8e 100644 --- a/examples/credit-card/package.json +++ b/examples/credit-card/package.json @@ -14,7 +14,7 @@ "dependencies": { "final-form": "4.20.4", "react": "17.0.2", - "react-credit-cards": "0.7.0", + "react-credit-cards": "0.8.3", "react-dom": "17.0.2", "react-final-form": "6.5.3", "react-scripts": "3.0.1",