From 3c40b68f88568a2ba02c876b8a29b31640639374 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 1 Jan 2024 21:37:12 +0000 Subject: [PATCH] fix: webui/package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-FOLLOWREDIRECTS-6141137 --- webui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/package.json b/webui/package.json index 23e2be3d47..bcd70fc90d 100644 --- a/webui/package.json +++ b/webui/package.json @@ -17,7 +17,7 @@ }, "dependencies": { "@quasar/extras": "^1.0.0", - "axios": "^0.19.0", + "axios": "^0.21.1", "bowser": "^2.5.2", "chart.js": "^2.8.0", "dot-prop": "^5.2.0",