From 438a8f1948c83fc0cd99685949ae90be20e2d7c7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jan 2024 17:45:08 +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-6144788 --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 190e260..75a3601 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.4", "chart.js": "^2.7.2", "create-react-class": "^15.6.3", "datatables.net": "^1.10.16",