From 3c29899856314766d3271565ed9b9f01058c890a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 22 May 2024 10:15:24 +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 efa3b8d..c840753 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "react-modal-video": "^1.2.8", "react-responsive-modal": "^6.1.0", "react-router-dom": "^5.2.0", - "react-scripts": "^4.0.3", + "react-scripts": "^5.0.0", "react-typed": "^1.2.0", "web-vitals": "^1.0.1" },