From 7f2af9da1e61de92f8fb4d1ac8fa35d15a66b52c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 May 2024 19:07:03 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1d3dde7..5bb3e81 100644 --- a/package.json +++ b/package.json @@ -68,7 +68,7 @@ "react-responsive-carousel": "^3.1.51", "react-router-config": "1.0.0-beta.4", "react-router-dom": "4.3.1", - "react-scripts": "4.0.0", + "react-scripts": "5.0.0", "react-select": "^2.1.0", "react-spinkit": "^3.0.0", "react-swipeable-views": "0.12.13",