From 165f1115d5f1374b6b8798c9e7acda82124f3b25 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Sep 2021 20:43:12 +0000 Subject: [PATCH] fix: frontend/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1585658 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f329f47..78234f6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -25,7 +25,7 @@ "react": "^17.0.1", "react-dom": "^16.12.0", "react-router-dom": "^5.2.0", - "react-scripts": "3.3.1", + "react-scripts": "3.4.4", "react-select": "^4.0.2", "toformat": "^2.0.0", "typescript": "^4.0.5",