From f164e5ed5a054b399024f78b6ceff280d825ebaf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 21 Dec 2023 16:37:15 +0000 Subject: [PATCH] fix: client/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2332181 - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-2396346 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 190e260..a5126df 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": "^0.21.1", "chart.js": "^2.7.2", "create-react-class": "^15.6.3", "datatables.net": "^1.10.16",