From 37bb561ed77be982339c30aff70690eceb7a7b30 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Sep 2021 05:13:55 +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-1017036 - https://snyk.io/vuln/SNYK-JS-OBJECTPATH-1569453 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1090595 - https://snyk.io/vuln/SNYK-JS-POSTCSS-1255640 --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f329f47..1038ee6 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": "4.0.0", "react-select": "^4.0.2", "toformat": "^2.0.0", "typescript": "^4.0.5",