From f60acfd4f29ca025f2feec90948e6622fd57dc12 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 27 Jan 2026 10:41:25 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-TAR-15038581 - https://snyk.io/vuln/SNYK-JS-DIFF-14917201 - https://snyk.io/vuln/SNYK-JS-TAR-15032660 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 020ea4c..5624352 100644 --- a/package.json +++ b/package.json @@ -7,9 +7,9 @@ "react": "^16.6.3", "react-dom": "^16.6.3", "react-router-dom": "^4.3.1", - "react-scripts": "4.0.0", + "react-scripts": "5.0.0", "react-stripe-elements": "^2.0.1", - "snyk": "^1.518.0" + "snyk": "^1.996.0" }, "scripts": { "start": "react-scripts start",