From 432a3f520cdf8930f9e8c936089e7b4468810bc1 Mon Sep 17 00:00:00 2001 From: Raven95676 Date: Thu, 24 Jul 2025 18:28:02 +0800 Subject: [PATCH] fix: update axios version range for vulnerability fix --- dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/package.json b/dashboard/package.json index 4f7ca6753..56d6540e5 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -17,7 +17,7 @@ "@tiptap/starter-kit": "2.1.7", "@tiptap/vue-3": "2.1.7", "apexcharts": "3.42.0", - "axios": "^1.6.2", + "axios": ">=1.6.2 <1.10.0 || >1.10.0 <2.0.0", "axios-mock-adapter": "^1.22.0", "chance": "1.1.11", "d3": "^7.9.0",