From 0a009153fae688e2b3ed6869b860029b9e504989 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 15 Apr 2024 16:19:33 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-LODASH-6139239 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 09eda35..58d7aa1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -9,7 +9,7 @@ "react": "^16.7.0", "react-dom": "^16.7.0", "react-json-view": "^1.19.1", - "react-scripts": "2.1.3", + "react-scripts": "4.0.0", "typeface-roboto": "0.0.54" }, "scripts": {