From d101f367f265953d7fb1024a4cd6aa1d8d3b0718 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 26 Apr 2022 23:48:53 +0000 Subject: [PATCH] fix: frontend/package.json & frontend/package-lock.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-EJS-2803307 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index a62e991..e60ed77 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -24,7 +24,7 @@ "react-dom": "17.0.1", "react-router": "5.2.0", "react-router-dom": "5.2.0", - "react-scripts": "4.0.3", + "react-scripts": "5.0.0", "react-spinners": "^0.11.0", "tailwindcss": "2.0.4" },