From acac80dfd5cb3095c6d79054a882c6903b5c8804 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Dec 2025 09:15:20 +0000 Subject: [PATCH] fix: examples/credit-card/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FORMDATA-10841150 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-REQUEST-3361831 - https://snyk.io/vuln/SNYK-JS-TOUGHCOOKIE-5672873 - https://snyk.io/vuln/SNYK-JS-INFLIGHT-6095116 - https://snyk.io/vuln/SNYK-JS-UNSETVALUE-2400660 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- 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..380adb7 100644 --- a/examples/credit-card/package.json +++ b/examples/credit-card/package.json @@ -17,7 +17,7 @@ "react-credit-cards": "0.7.0", "react-dom": "17.0.2", "react-final-form": "6.5.3", - "react-scripts": "3.0.1", + "react-scripts": "5.0.0", "styled-components": "4.2.0" }, "devDependencies": {},