From cebb690ef87e13eb0c96094cda8f19c0f8e46555 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 8 Apr 2022 10:35:07 +0000 Subject: [PATCH] fix: ui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-MINIMIST-2429795 --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 94403dd05c..f833fcada8 100644 --- a/ui/package.json +++ b/ui/package.json @@ -11,7 +11,7 @@ "@types/react-dom": "^16.9.8", "react": "^16.13.1", "react-dom": "^16.13.1", - "react-scripts": "3.4.3", + "react-scripts": "4.0.0", "typescript": "^3.7.5" }, "scripts": {