From 0e243d7309f75652c492ade86bf674cfbf5818f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 3 Jan 2026 11:05:45 +0000 Subject: [PATCH] fix: car-store/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-QS-14724253 --- car-store/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/car-store/package.json b/car-store/package.json index a8f55bd..3f4904f 100644 --- a/car-store/package.json +++ b/car-store/package.json @@ -5,7 +5,7 @@ "dependencies": { "react": "^16.4.2", "react-dom": "^16.4.2", - "react-scripts": "1.1.4" + "react-scripts": "4.0.0" }, "scripts": { "start": "react-scripts start",