From 4aeac4a72839aa9b0b4817abbdeaedc9ebbc448d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 17 Dec 2020 04:34:08 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-NODENOTIFIER-1035794 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 52bc2d8..edf6af1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -11,7 +11,7 @@ "react": "^16.13.0", "react-dom": "^16.13.0", "react-router-dom": "^5.1.2", - "react-scripts": "3.4.1", + "react-scripts": "4.0.0", "react-use-websocket": "^1.3.4" }, "proxy": "http://localhost:9000",