From b2b53bfa4cfdc367d5b516a181d486ec35e898fb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 28 Dec 2023 18:32:00 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6124857 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 190e260..9b2e390 100644 --- a/client/package.json +++ b/client/package.json @@ -5,7 +5,7 @@ "proxy": "http://localhost:3001/", "dependencies": { "auth0-js": "^9.2.3", - "axios": "^0.16.2", + "axios": "^1.6.3", "chart.js": "^2.7.2", "create-react-class": "^15.6.3", "datatables.net": "^1.10.16",