From 831a0b9f5ac20e11df789e68c6fdbd4073eb7e49 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 28 Mar 2025 10:16:25 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-SEMVER-3247795 - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- client/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/package.json b/client/package.json index 6b99c9f9..9f5491df 100644 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "dependencies": { "@types/react": "^17.0.11", "@types/react-dom": "^17.0.7", - "axios": "^0.21.4", + "axios": "^0.30.0", "date-fns": "^1.30.1", "plaid": "^9.3.0", "plaid-threads": "^11.4.3", @@ -15,7 +15,7 @@ "react-plaid-link": "^3.2.1", "react-router-dom": "^5.1.2", "react-router-hash-link": "^2.4.3", - "react-scripts": "4.0.1", + "react-scripts": "5.0.0", "react-toastify": "^5.1.0", "recharts": "^2.0.9", "sass": "^1.42.1",