From f978504cd896324abbeb94bc27a0491464085a33 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Feb 2026 21:28:09 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-15252993 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 290dfaf8b..bc0207676 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "laravel-mix": "^1.7.2" }, "dependencies": { - "axios": "^0.17.1", + "axios": "^1.13.5", "bootstrap-sass": "^3.3.7", "chart.js": "^2.7.1", "echarts": "^3.8.5",