From 6c0e152ad2fd506868484eb97f8f26495fded5f5 Mon Sep 17 00:00:00 2001 From: Pearl Dsilva Date: Fri, 3 Jul 2026 11:14:38 -0400 Subject: [PATCH] Upgrade axios to 0.31.1 which has the config merge fix --- ui/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/package.json b/ui/package.json index 9801c1b1815..938931feeeb 100644 --- a/ui/package.json +++ b/ui/package.json @@ -43,7 +43,7 @@ "ant-design-vue": "^3.2.20", "antd": "^4.24.16", "antd-theme-webpack-plugin": "^1.3.9", - "axios": "^0.21.4", + "axios": "^0.31.1", "babel-plugin-require-context-hook": "^1.0.0", "chart.js": "^3.7.1", "chartjs-adapter-moment": "^1.0.0",