From 3856b9d2c0bc3f412992d3ae17d975bf59900b1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 16:54:30 +0800 Subject: [PATCH] chore(deps): bump axios from 1.15.0 to 1.15.2 in /web/classic (#4634) Bumps [axios](https://github.com/axios/axios) from 1.15.0 to 1.15.2. - [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.15.0...v1.15.2) --- updated-dependencies: - dependency-name: axios dependency-version: 1.15.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- web/classic/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/classic/package.json b/web/classic/package.json index 83b5d230..84b2e0ed 100644 --- a/web/classic/package.json +++ b/web/classic/package.json @@ -10,7 +10,7 @@ "@visactor/react-vchart": "~1.8.8", "@visactor/vchart": "~1.8.8", "@visactor/vchart-semi-theme": "~1.8.8", - "axios": "1.15.0", + "axios": "1.15.2", "clsx": "^2.1.1", "dayjs": "^1.11.11", "history": "^5.3.0",