From ffea9a30bd23f5f9e0f0b392273662478252c4c4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 30 Nov 2024 05:16:04 +0000 Subject: [PATCH] fix: dashboard/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6671926 --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index fe4d3b3..3393402 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -5,7 +5,7 @@ "dependencies": { "@material-ui/core": "^3.9.2", "@material-ui/icons": "^3.0.2", - "axios": "^0.18.0", + "axios": "^1.7.8", "jsoneditor": "^5.32.4", "jsoneditor-react": "^1.0.0", "prop-types": "latest",