From 90a7f99eed2ab51511398a7f069ffa7caf20389c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 07:14:54 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-ASYNC-7414156 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 2912dde..cc51e12 100644 --- a/client/package.json +++ b/client/package.json @@ -21,7 +21,7 @@ "react-materialize": "^3.0.3", "react-router-dom": "^4.3.1", "react-router-hash-link": "^1.2.1", - "react-scripts": "2.1.8", + "react-scripts": "5.0.0", "react-scroll-up": "^1.3.3", "react-table": "^6.9.2", "snyk": "^1.161.1"