From 77e4f08b84189d4c88dd112736f907bc5593e29d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 31 Jan 2026 14:55:53 +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-TAR-15032660 - https://snyk.io/vuln/SNYK-JS-TAR-15127355 --- 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..64633ad 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": "5.0.0" }, "scripts": { "start": "react-scripts start",