From 50bf53b3eaa1b11fd0bf79b8a71531d5f7e22c4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 23 May 2024 16:16:07 +0000 Subject: [PATCH] fix: app/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-HAWK-6969142 - https://snyk.io/vuln/SNYK-JS-BRACES-6838727 - https://snyk.io/vuln/SNYK-JS-MICROMATCH-6838728 --- app/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/package.json b/app/package.json index a5290dc..bd515af 100644 --- a/app/package.json +++ b/app/package.json @@ -11,7 +11,7 @@ "react-dom": "^16.0.0", "react-router": "^4.2.0", "react-router-dom": "^4.2.2", - "react-scripts": "1.0.14" + "react-scripts": "5.0.0" }, "scripts": { "start": "react-scripts start",