From 02c606f71b0b3b681f83fd9fdf0a2c30d26fee69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 10:26:59 +0000 Subject: [PATCH] Bump axios from 1.13.5 to 1.15.0 in /linkis-web Bumps [axios](https://github.com/axios/axios) from 1.13.5 to 1.15.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.13.5...v1.15.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- linkis-web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkis-web/package.json b/linkis-web/package.json index a3b3da2e1e..d4a2eab814 100644 --- a/linkis-web/package.json +++ b/linkis-web/package.json @@ -25,7 +25,7 @@ }, "dependencies": { "@form-create/iview": "2.5.27", - "axios": "1.13.5", + "axios": "1.15.0", "dexie": "3.2.3", "dt-sql-parser": "3.0.5", "echarts": "^5.6.0",