From 887f675f4c17f3e6d7cd82b5fe9d6e28b7de03fd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Mar 2025 00:30:39 +0000 Subject: [PATCH] fix: package.json to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-9403194 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 290dfaf8b..69a4582d5 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "laravel-mix": "^1.7.2" }, "dependencies": { - "axios": "^0.17.1", + "axios": "^0.30.0", "bootstrap-sass": "^3.3.7", "chart.js": "^2.7.1", "echarts": "^3.8.5",