From b2e25b7df2976b5aa348b2accb9817a1c09de699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 13:49:50 +0800 Subject: [PATCH] chore(deps): bump axios from 1.15.2 to 1.16.0 in /web/classic (#5185) Bumps [axios](https://github.com/axios/axios) from 1.15.2 to 1.16.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.15.2...v1.16.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.16.0 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 84b2e0ed..fb22148d 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.2", + "axios": "1.16.0", "clsx": "^2.1.1", "dayjs": "^1.11.11", "history": "^5.3.0",