From 859fdf9ae198d14a2a527da386ef6bb614970ee8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 16 Sep 2025 09:00:33 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-12613773 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9c43daa..dcf4740 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "dependencies": { "@saeris/vue-spinners": "^1.0.8", "apexcharts": "^3.24.0", - "axios": "^0.21.2", + "axios": "^1.12.0", "body-parser": "^1.19.0", "bootstrap": "^4.4.1", "bootstrap-vue": "^2.2.0",